#9D4219

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

Shades of Saddle Brown #9D4219

Tints of Saddle Brown #9D4219

Color information

#9D4219 (or 0x9D4219) is unknown color: approx Saddle Brown. HEX triplet: 9D, 42 and 19. RGB value is (157,66,25). Sum of RGB (Red+Green+Blue) = 157+66+25=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4219 is #62BDE6. Grayscale: #585858. Windows color (decimal): -6471143 or 1655453. OLE color: 1655453.

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

Color convert

RGB1576625-
CMYK00.580.840.38
HSL18.64º72.53%35.69%-
HSV(B)18.64º84.08%61.57%-
XYZ16.0311.132.22-
YUV88.5492.15176.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.31%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=63.31%
G=26.61%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157662500.580.840.3818.6472.5335.69
Hex9D421903A5426134924
Octal23510231072124462311144
Binary1001110110000101100101110101010100100110100111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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