#8D4014

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

Shades of Saddle Brown #8D4014

Tints of Saddle Brown #8D4014

Color information

#8D4014 (or 0x8D4014) is unknown color: approx Saddle Brown. HEX triplet: 8D, 40 and 14. RGB value is (141,64,20). Sum of RGB (Red+Green+Blue) = 141+64+20=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4014 is #72BFEB. Grayscale: #525252. Windows color (decimal): -7520236 or 1327245. OLE color: 1327245.

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

Color convert

RGB1416420-
CMYK00.550.860.45
HSL21.82º75.16%31.57%-
HSV(B)21.82º85.82%55.29%-
XYZ12.949.381.79-
YUV82.0193.01170.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.67%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=62.67%
G=28.44%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141642000.550.860.4521.8275.1631.57
Hex8D4014037562D164b20
Octal21510024067126552611340
Binary1000110110000001010001101111010110101101101101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,20); }

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

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

 a { background-color: rgb(141,64,20); }

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

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

 span { border-color: rgb(141,64,20); }

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