#8D4214

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

Shades of Saddle Brown #8D4214

Tints of Saddle Brown #8D4214

Color information

#8D4214 (or 0x8D4214) is unknown color: approx Saddle Brown. HEX triplet: 8D, 42 and 14. RGB value is (141,66,20). Sum of RGB (Red+Green+Blue) = 141+66+20=227 (30% of max value = 765). Red value is 141 (55.47% from 255 or 62.11% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D4214 is #72BDEB. Grayscale: #535353. Windows color (decimal): -7519724 or 1327757. OLE color: 1327757.

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

Color convert

RGB1416620-
CMYK00.530.860.45
HSL22.81º75.16%31.57%-
HSV(B)22.81º85.82%55.29%-
XYZ13.069.611.83-
YUV83.1892.35169.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.11%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 20 (8.20% from 255) = 8.81%
R=62.11%
G=29.07%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141662000.530.860.4522.8175.1631.57
Hex8D4214035562D174b20
Octal21510224065126552711340
Binary1000110110000101010001101011010110101101101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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