#8D3715

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

Shades of Saddle Brown #8D3715

Tints of Saddle Brown #8D3715

Color information

#8D3715 (or 0x8D3715) is unknown color: approx Saddle Brown. HEX triplet: 8D, 37 and 15. RGB value is (141,55,21). Sum of RGB (Red+Green+Blue) = 141+55+21=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3715 is #72C8EA. Grayscale: #4D4D4D. Windows color (decimal): -7522539 or 1390477. OLE color: 1390477.

HSL color Cylindrical-coordinate representation of color #8D3715: hue angle of 17º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D3715 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB1415521-
CMYK00.610.850.45
HSL17º74.07%31.76%-
HSV(B)17º85.11%55.29%-
XYZ12.498.451.68-
YUV76.8496.49173.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=64.98%
G=25.35%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141552100.610.850.451774.0731.76
Hex8D371503D552D114a20
Octal2156725075125552111240
Binary100011011101111010101111011010101101101100011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D3715; }

 p { color: rgb(141,55,21); }

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

<style>
 a { background-color: #8D3715; }

 a { background-color: rgb(141,55,21); }

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

<style>
 span { border-color: #8D3715; }

 span { border-color: rgb(141,55,21); }

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