#8D3918

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

Shades of Saddle Brown #8D3918

Tints of Saddle Brown #8D3918

Color information

#8D3918 (or 0x8D3918) is unknown color: approx Saddle Brown. HEX triplet: 8D, 39 and 18. RGB value is (141,57,24). Sum of RGB (Red+Green+Blue) = 141+57+24=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D3918 is #72C6E7. Grayscale: #4E4E4E. Windows color (decimal): -7522024 or 1587597. OLE color: 1587597.

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

Color convert

RGB1415724-
CMYK00.600.830.45
HSL16.92º70.91%32.35%-
HSV(B)16.92º82.98%55.29%-
XYZ12.618.651.87-
YUV78.3597.33172.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 24 (9.77% from 255) = 10.81%
R=63.51%
G=25.68%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141572400.600.830.4516.9270.9132.35
Hex8D391803C532D114720
Octal2157130074123552110740
Binary100011011110011100001111001010011101101100011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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