#8D5112

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

Shades of Saddle Brown #8D5112

Tints of Saddle Brown #8D5112

Color information

#8D5112 (or 0x8D5112) is unknown color: approx Saddle Brown. HEX triplet: 8D, 51 and 12. RGB value is (141,81,18). Sum of RGB (Red+Green+Blue) = 141+81+18=240 (31% of max value = 765). Red value is 141 (55.47% from 255 or 58.75% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5112 is #72AEED. Grayscale: #5C5C5C. Windows color (decimal): -7515886 or 1200525. OLE color: 1200525.

HSL color Cylindrical-coordinate representation of color #8D5112: hue angle of 30.73º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D5112 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB1418118-
CMYK00.430.870.45
HSL30.73º77.36%31.18%-
HSV(B)30.73º87.23%55.29%-
XYZ14.0411.592.07-
YUV91.7686.38163.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.75%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 18 (7.42% from 255) = 7.5%
R=58.75%
G=33.75%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141811800.430.870.4530.7377.3631.18
Hex8D511202B572D1f4d1f
Octal21512122053127553711537
Binary100011011010001100100101011101011110110111111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,81,18); }

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

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

 a { background-color: rgb(141,81,18); }

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

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

 span { border-color: rgb(141,81,18); }

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