Html Css Color HEX #9C4216 Saddle Brown

📋 copy color: '#9C4216'

red 156 ◦ green 66 ◦ blue 22

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

Shades of Saddle Brown #9C4216

Tints of Saddle Brown #9C4216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 63.93%
G = 27.05%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C4216 (or 0x9C4216) is known color: Saddle Brown. HEX triplet: 9C, 42 and 16. RGB value is (156,66,22). Sum of RGB (Red+Green+Blue) = 156+66+22=244 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.93% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4216 is #63BDE9. Grayscale: #585858. Windows color (decimal): -6536682 or 1458844. OLE color: 1458844.

HSL color Cylindrical-coordinate representation of color #9C4216: hue angle of 19.7º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C4216 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 66 22 -
CMYK 0 0.58 0.86 0.39
HSL 19.7º 0.75% 0.35% -
HSV(B) 19.7º 0.86% 0.61% -
XYZ 15.8 11.02 2.05 -
YUV 87.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 156 66 22 0 0.58 0.86 0.39 19.7 0.75 0.35
Hex 9C 42 16 0 3A 56 27 14 4B 23
Octal 234 102 26 0 72 126 47 24 113 43
Binary 10011100 1000010 10110 0 111010 1010110 100111 10100 1001011 100011

Color Harmonies of #9C4216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4216

Black with #9C4216

Text Example


Text Example

White with #9C4216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,66,22); }

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

background-color css

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

 a { background-color: rgb(156,66,22); }

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

border-color css

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

 span { border-color: rgb(156,66,22); }

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