#8D540E

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

Shades of Saddle Brown #8D540E

Tints of Saddle Brown #8D540E

Color information

#8D540E (or 0x8D540E) is unknown color: approx Saddle Brown. HEX triplet: 8D, 54 and 0E. RGB value is (141,84,14). Sum of RGB (Red+Green+Blue) = 141+84+14=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D540E is #72ABF1. Grayscale: #5D5D5D. Windows color (decimal): -7515122 or 939149. OLE color: 939149.

HSL color Cylindrical-coordinate representation of color #8D540E: hue angle of 33.07º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D540E is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1418414-
CMYK00.400.900.45
HSL33.07º81.94%30.39%-
HSV(B)33.07º90.07%55.29%-
XYZ14.2312.041.99-
YUV93.0683.38162.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.00%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 14 (5.86% from 255) = 5.86%
R=59.00%
G=35.15%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141841400.400.900.4533.0781.9430.39
Hex8D54E0285A2D21521e
Octal21512416050132554112236
Binary100011011010100111001010001011010101101100001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,84,14); }

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

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

 a { background-color: rgb(141,84,14); }

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

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

 span { border-color: rgb(141,84,14); }

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