#8D3916

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

Shades of Saddle Brown #8D3916

Tints of Saddle Brown #8D3916

Color information

#8D3916 (or 0x8D3916) is unknown color: approx Saddle Brown. HEX triplet: 8D, 39 and 16. RGB value is (141,57,22). Sum of RGB (Red+Green+Blue) = 141+57+22=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3916 is #72C6E9. Grayscale: #4E4E4E. Windows color (decimal): -7522026 or 1456525. OLE color: 1456525.

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

Color convert

RGB1415722-
CMYK00.600.840.45
HSL17.65º73.01%31.96%-
HSV(B)17.65º84.4%55.29%-
XYZ12.598.651.76-
YUV78.1396.33172.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.09%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 22 (8.98% from 255) = 10%
R=64.09%
G=25.91%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141572200.600.840.4517.6573.0131.96
Hex8D391603C542D124920
Octal2157126074124552211140
Binary100011011110011011001111001010100101101100101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,22); }

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

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

 a { background-color: rgb(141,57,22); }

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

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

 span { border-color: rgb(141,57,22); }

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