#9D4E08

Color #9D4E08 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9D4E08

Tints of Saddle Brown #9D4E08

Color information

#9D4E08 (or 0x9D4E08) is unknown color: approx Saddle Brown. HEX triplet: 9D, 4E and 08. RGB value is (157,78,8). Sum of RGB (Red+Green+Blue) = 157+78+8=243 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.61% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4E08 is #62B1F7. Grayscale: #5E5E5E. Windows color (decimal): -6468088 or 544413. OLE color: 544413.

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

Color convert

RGB157788-
CMYK00.500.950.38
HSL28.19º90.3%32.35%-
HSV(B)28.19º94.9%61.57%-
XYZ16.6712.631.79-
YUV93.6479.67173.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.61%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 8 (3.52% from 255) = 3.29%
R=64.61%
G=32.10%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15778800.500.950.3828.1990.332.35
Hex9D4E80325F261c5a20
Octal23511610062137463413240
Binary100111011001110100001100101011111100110111001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,78,8); }

 H1.HeaderClassName
 {
   color: #9D4E08;
 }
 .AnyTagClassName
 {
   color: #9D4E08;
 }
</style>
background-color css

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

 a { background-color: rgb(157,78,8); }

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

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

 span { border-color: rgb(157,78,8); }

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