#8D5510

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

Shades of Saddle Brown #8D5510

Tints of Saddle Brown #8D5510

Color information

#8D5510 (or 0x8D5510) is unknown color: approx Saddle Brown. HEX triplet: 8D, 55 and 10. RGB value is (141,85,16). Sum of RGB (Red+Green+Blue) = 141+85+16=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5510 is #72AAEF. Grayscale: #5E5E5E. Windows color (decimal): -7514864 or 1070477. OLE color: 1070477.

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

Color convert

RGB1418516-
CMYK00.400.890.45
HSL33.12º79.62%30.78%-
HSV(B)33.12º88.65%55.29%-
XYZ14.3312.22.09-
YUV93.8884.05161.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 58.26%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 16 (6.64% from 255) = 6.61%
R=58.26%
G=35.12%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141851600.400.890.4533.1279.6230.78
Hex8D5510028592D21501f
Octal21512520050131554112037
Binary1000110110101011000001010001011001101101100001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,85,16); }

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

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

 a { background-color: rgb(141,85,16); }

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

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

 span { border-color: rgb(141,85,16); }

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