#9D4913

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

Shades of Saddle Brown #9D4913

Tints of Saddle Brown #9D4913

Color information

#9D4913 (or 0x9D4913) is unknown color: approx Saddle Brown. HEX triplet: 9D, 49 and 13. RGB value is (157,73,19). Sum of RGB (Red+Green+Blue) = 157+73+19=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4913 is #62B6EC. Grayscale: #5C5C5C. Windows color (decimal): -6469357 or 1264029. OLE color: 1264029.

HSL color Cylindrical-coordinate representation of color #9D4913: hue angle of 23.48º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D4913 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB1577319-
CMYK00.540.880.38
HSL23.48º78.41%34.51%-
HSV(B)23.48º87.9%61.57%-
XYZ16.411.982.06-
YUV91.9686.83174.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.05%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=63.05%
G=29.32%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157731900.540.880.3823.4878.4134.51
Hex9D49130365826174e23
Octal23511123066130462711643
Binary1001110110010011001101101101011000100110101111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,73,19); }

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

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

 a { background-color: rgb(157,73,19); }

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

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

 span { border-color: rgb(157,73,19); }

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