Html Css Color HEX #9C5009 Saddle Brown

📋 copy color: '#9C5009'

red 156 ◦ green 80 ◦ blue 9

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

Shades of Saddle Brown #9C5009

Tints of Saddle Brown #9C5009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 63.67%
G = 32.65%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C5009 (or 0x9C5009) is known color: Saddle Brown. HEX triplet: 9C, 50 and 09. RGB value is (156,80,9). Sum of RGB (Red+Green+Blue) = 156+80+9=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5009 is #63AFF6. Grayscale: #5E5E5E. Windows color (decimal): -6533111 or 610460. OLE color: 610460.

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

Color convert

RGB 156 80 9 -
CMYK 0 0.49 0.94 0.39
HSL 28.98º 0.89% 0.32% -
HSV(B) 28.98º 0.94% 0.61% -
XYZ 16.63 12.82 1.86 -
YUV 94.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 156 80 9 0 0.49 0.94 0.39 28.98 0.89 0.32
Hex 9C 50 9 0 31 5E 27 1D 59 20
Octal 234 120 11 0 61 136 47 35 131 40
Binary 10011100 1010000 1001 0 110001 1011110 100111 11101 1011001 100000

Color Harmonies of #9C5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5009

Black with #9C5009

Text Example


Text Example

White with #9C5009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,80,9); }

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

background-color css

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

 a { background-color: rgb(156,80,9); }

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

border-color css

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

 span { border-color: rgb(156,80,9); }

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