COLOR #C17538

HEX: #C17538 RGB: (193,117,56)

Color info

#C17538 contains mainly red color. Web safe color of #C17538 is #CC6633 (or #C63).

RGB color model

#C17538 color RGB value is (193,117,56).

RGB: (193,117,56) (76%, 46%, 22%)

RGB channels and saturation

R 193 of 255 = 76%
G 117 of 255 = 46%
B 56 of 255 = 22%

193
117
56

R + G + B ~ 48%. #C17538 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 193 + 117 + 56 = 366 (100%)
R 193 of 366 ~ 52.73%
G 117 of 366 ~ 31.97%
B 56 of 366 ~ 15.3'%

%52.73
%31.97
%15.3

CMYK color model

#C17538 color CMYK value is (0,39,71,24).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 70.98%
  • key color value is 24.31%

CMYK: (0,39,71,24)
C0M39Y71K24 (0%, 39%, 71%, 24%)
(0.00 / 0.39 / 0.71 / 0.24)

CMYK percentages

%0
%39.38
%70.98
%24.31

Codes

Color #C17538 in popluar color models

C1 75 38
RGB 193 117 56
HSL 27° 55.02% 48.82%
HSB/HSV 27° 70.98% 75.69%
CMYK 0.00% 39.38% 70.98%
24.31%

Color #C17538 in popluar number systems.

HEX C1 75 38
Decimal 193 117 56
Binary 11000001 1110101 111000
Octal 301 165 70

Shades and tints

Shades of #C17538

#C17538
(193,117,56)
#B06B33
(176,107,51)
#9F612E
(159,97,46)
#8E5729
(142,87,41)
#7D4D24
(125,77,36)
#6C431F
(108,67,31)
#5B391A
(91,57,26)
#4A2F15
(74,47,21)
#392510
(57,37,16)
#281B0B
(40,27,11)
#171106
(23,17,6)
#000000
(0,0,0)

Tints of #C17538

#C17538
(193,117,56)
#C6814A
(198,129,74)
#CB8D5C
(203,141,92)
#D0996E
(208,153,110)
#D5A580
(213,165,128)
#DAB192
(218,177,146)
#DFBDA4
(223,189,164)
#E4C9B6
(228,201,182)
#E9D5C8
(233,213,200)
#EEE1DA
(238,225,218)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17538 color. Also use rgb(193,117,56) instead hex code.

Text Font Color

.myTextColor { color: #C17538; }

<p style="color:#C17538">This sample text font color is #C17538.</p>

This text font color is #C17538.

Background Color

.myBgColor { background-color: #C17538; }

<div style="background-color:#C17538">Inner text</div>

This div background color is #C17538.

Border color

.myBorderColor { border: 1px solid #C17538; }

<div style="border:3px solid #C17538">Div</div>

This div border color is #C17538.

Opacity

.myOpacity80 { color: #C17538; opacity: 0.8; }

<p style="color:#C17538;opacity:0.8;">80%</p>

Text with #C17538 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C17538;}

<p style="text-shadow: 3px 3px 1px #C17538">Text here.</p>

This text has shadow with #C17538 color.


.textShadow {text-shadow: 3px 3px 1px #C17538', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C17538, 5px 5px 20px red">Text here.</p>

This text has shadow with #C17538 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C17538, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C17538, Direction=45, Strength=4)">Text</p>

This text has shadow with #C17538 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C17538;
-webkit-box-shadow: 1px 1px 3px 2px #C17538;
box-shadow: 1px 1px 3px 2px #C17538;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C17538; -webkit-box-shadow: 1px 1px 3px 2px #C17538; box-shadow:1px 1px 3px 2px #C17538;">
Div content here
</div>

This div box has shadow with color #C17538.

Preview

Color preview on black background

This text has color #C17538 on black background.


Color preview on white background

This text has color #C17538 on white background.


Black color preview on #C17538 background

This text has black color on #C17538 background.


White color preview on #C17538 background

This text has white color on #C17538 background.


Related colors

Complementary color

Complementary color for #C17538 is #3E8AC7.


I love getcolorcode.com

Triadic colors

1 #38C175 and #7538C1 with #C17538 are triadic colors.

2 #3875C1 and #75C138 with #C17538 are triadic colors.