Html Css Color HEX #9C4B08 Saddle Brown

📋 copy color: '#9C4B08'

red 156 ◦ green 75 ◦ blue 8

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

Shades of Saddle Brown #9C4B08

Tints of Saddle Brown #9C4B08

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.38%

 BLUE value IS 8 (3.52% from 255) = 3.35%

R = 65.27%
G = 31.38%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9C4B08 (or 0x9C4B08) is known color: Saddle Brown. HEX triplet: 9C, 4B and 08. RGB value is (156,75,8). Sum of RGB (Red+Green+Blue) = 156+75+8=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4B08 is #63B4F7. Grayscale: #5B5B5B. Windows color (decimal): -6534392 or 543644. OLE color: 543644.

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

Color convert

RGB 156 75 8 -
CMYK 0 0.52 0.95 0.39
HSL 27.16º 0.9% 0.32% -
HSV(B) 27.16º 0.95% 0.61% -
XYZ 16.27 12.12 1.71 -
YUV 91.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 156 75 8 0 0.52 0.95 0.39 27.16 0.9 0.32
Hex 9C 4B 8 0 34 5F 27 1B 5A 20
Octal 234 113 10 0 64 137 47 33 132 40
Binary 10011100 1001011 1000 0 110100 1011111 100111 11011 1011010 100000

Color Harmonies of #9C4B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4B08

Black with #9C4B08

Text Example


Text Example

White with #9C4B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,75,8); }

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

background-color css

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

 a { background-color: rgb(156,75,8); }

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

border-color css

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

 span { border-color: rgb(156,75,8); }

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