Html Css Color HEX #9C4D09 Saddle Brown

📋 copy color: '#9C4D09'

red 156 ◦ green 77 ◦ blue 9

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

Shades of Saddle Brown #9C4D09

Tints of Saddle Brown #9C4D09

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

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

R = 64.46%
G = 31.82%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C4D09 (or 0x9C4D09) is known color: Saddle Brown. HEX triplet: 9C, 4D and 09. RGB value is (156,77,9). Sum of RGB (Red+Green+Blue) = 156+77+9=242 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.46% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4D09 is #63B2F6. Grayscale: #5D5D5D. Windows color (decimal): -6533879 or 609692. OLE color: 609692.

HSL color Cylindrical-coordinate representation of color #9C4D09: hue angle of 27.76º 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 #9C4D09 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 77 9 -
CMYK 0 0.51 0.94 0.39
HSL 27.76º 0.89% 0.32% -
HSV(B) 27.76º 0.94% 0.61% -
XYZ 16.41 12.4 1.79 -
YUV 92.87 80.67 173.03 -
System Red Green Blue C M Y K H S L
Decimal 156 77 9 0 0.51 0.94 0.39 27.76 0.89 0.32
Hex 9C 4D 9 0 33 5E 27 1C 59 20
Octal 234 115 11 0 63 136 47 34 131 40
Binary 10011100 1001101 1001 0 110011 1011110 100111 11100 1011001 100000

Color Harmonies of #9C4D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4D09

Black with #9C4D09

Text Example


Text Example

White with #9C4D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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