Html Css Color HEX #9C5211 Saddle Brown

📋 copy color: '#9C5211'

red 156 ◦ green 82 ◦ blue 17

#9C5211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #9C5211

Tints of Saddle Brown #9C5211

RGB

 RED value IS 156 (61.33% from 255) = 61.18%

 GREEN value IS 82 (32.42% from 255) = 32.16%

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 61.18%
G = 32.16%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C5211 (or 0x9C5211) is known color: Saddle Brown. HEX triplet: 9C, 52 and 11. RGB value is (156,82,17). Sum of RGB (Red+Green+Blue) = 156+82+17=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5211 is #63ADEE. Grayscale: #616161. Windows color (decimal): -6532591 or 1135260. OLE color: 1135260.

HSL color Cylindrical-coordinate representation of color #9C5211: hue angle of 28.06º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C5211 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 82 17 -
CMYK 0 0.47 0.89 0.39
HSL 28.06º 0.8% 0.34% -
HSV(B) 28.06º 0.89% 0.61% -
XYZ 16.83 13.14 2.18 -
YUV 96.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 156 82 17 0 0.47 0.89 0.39 28.06 0.8 0.34
Hex 9C 52 11 0 2F 59 27 1C 50 22
Octal 234 122 21 0 57 131 47 34 120 42
Binary 10011100 1010010 10001 0 101111 1011001 100111 11100 1010000 100010

Color Harmonies of #9C5211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5211

Black with #9C5211

Text Example


Text Example

White with #9C5211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5211; }

 p { color: rgb(156,82,17); }

 H1.HeaderClassName
 {
   color: #9C5211;
 }
 .AnyTagClassName
 {
   color: #9C5211;
 }
</style>

background-color css

<style>
 a { background-color: #9C5211; }

 a { background-color: rgb(156,82,17); }

 div.DivClassName
 {
   background-color: #9C5211;
 }
 .BgClassName
 {
   background-color: #9C5211;
 }
</style>

border-color css

<style>
 span { border-color: #9C5211; }

 span { border-color: rgb(156,82,17); }

 td.TdClassName
 {
   border-color: #9C5211;
 }
 .TagClassName
 {
   border-color: #9C5211;
 }
</style>