#81420E

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

Shades of Saddle Brown #81420E

Tints of Saddle Brown #81420E

Color information

#81420E (or 0x81420E) is unknown color: approx Saddle Brown. HEX triplet: 81, 42 and 0E. RGB value is (129,66,14). Sum of RGB (Red+Green+Blue) = 129+66+14=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #81420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81420E is #7EBDF1. Grayscale: #4F4F4F. Windows color (decimal): -8306162 or 934529. OLE color: 934529.

HSL color Cylindrical-coordinate representation of color #81420E: hue angle of 27.13º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81420E is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1296614-
CMYK00.490.890.49
HSL27.13º80.42%28.04%-
HSV(B)27.13º89.15%50.59%-
XYZ11.088.61.49-
YUV78.9191.37163.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.72%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=61.72%
G=31.58%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129661400.490.890.4927.1380.4228.04
Hex8142E03159311b501c
Octal20110216061131613312034
Binary10000001100001011100110001101100111000111011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81420E; }

 p { color: rgb(129,66,14); }

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

<style>
 a { background-color: #81420E; }

 a { background-color: rgb(129,66,14); }

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

<style>
 span { border-color: #81420E; }

 span { border-color: rgb(129,66,14); }

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