#9D4215

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

Shades of Saddle Brown #9D4215

Tints of Saddle Brown #9D4215

Color information

#9D4215 (or 0x9D4215) is unknown color: approx Saddle Brown. HEX triplet: 9D, 42 and 15. RGB value is (157,66,21). Sum of RGB (Red+Green+Blue) = 157+66+21=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4215 is #62BDEA. Grayscale: #585858. Windows color (decimal): -6471147 or 1393309. OLE color: 1393309.

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

Color convert

RGB1576621-
CMYK00.580.870.38
HSL19.85º76.4%34.9%-
HSV(B)19.85º86.62%61.57%-
XYZ15.9911.122.01-
YUV88.0890.15177.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 64.34%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=64.34%
G=27.05%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157662100.580.870.3819.8576.434.9
Hex9D421503A5726144c23
Octal23510225072127462411443
Binary1001110110000101010101110101010111100110101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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