#9D4205

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

Shades of Saddle Brown #9D4205

Tints of Saddle Brown #9D4205

Color information

#9D4205 (or 0x9D4205) is unknown color: approx Saddle Brown. HEX triplet: 9D, 42 and 05. RGB value is (157,66,5). Sum of RGB (Red+Green+Blue) = 157+66+5=228 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.86% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4205 is #62BDFA. Grayscale: #565656. Windows color (decimal): -6471163 or 344733. OLE color: 344733.

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

Color convert

RGB157665-
CMYK00.580.970.38
HSL24.08º93.83%31.76%-
HSV(B)24.08º96.82%61.57%-
XYZ15.8811.081.44-
YUV86.2682.15178.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 68.86%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 5 (2.34% from 255) = 2.19%
R=68.86%
G=28.95%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15766500.580.970.3824.0893.8331.76
Hex9D42503A6126185e20
Octal2351025072141463013640
Binary10011101100001010101110101100001100110110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,66,5); }

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

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

 a { background-color: rgb(157,66,5); }

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

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

 span { border-color: rgb(157,66,5); }

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