#8D470E

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

Shades of Saddle Brown #8D470E

Tints of Saddle Brown #8D470E

Color information

#8D470E (or 0x8D470E) is unknown color: approx Saddle Brown. HEX triplet: 8D, 47 and 0E. RGB value is (141,71,14). Sum of RGB (Red+Green+Blue) = 141+71+14=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D470E is #72B8F1. Grayscale: #555555. Windows color (decimal): -7518450 or 935821. OLE color: 935821.

HSL color Cylindrical-coordinate representation of color #8D470E: hue angle of 26.93º 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 #8D470E is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB1417114-
CMYK00.500.900.45
HSL26.93º81.94%30.39%-
HSV(B)26.93º90.07%55.29%-
XYZ13.3210.21.68-
YUV85.4387.69167.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.39%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 14 (5.86% from 255) = 6.19%
R=62.39%
G=31.42%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141711400.500.900.4526.9381.9430.39
Hex8D47E0325A2D1b521e
Octal21510716062132553312236
Binary10001101100011111100110010101101010110111011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D470E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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