#81420A

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

Shades of Saddle Brown #81420A

Tints of Saddle Brown #81420A

Color information

#81420A (or 0x81420A) is unknown color: approx Saddle Brown. HEX triplet: 81, 42 and 0A. RGB value is (129,66,10). Sum of RGB (Red+Green+Blue) = 129+66+10=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #81420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81420A is #7EBDF5. Grayscale: #4E4E4E. Windows color (decimal): -8306166 or 672385. OLE color: 672385.

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

Color convert

RGB1296610-
CMYK00.490.920.49
HSL28.24º85.61%27.25%-
HSV(B)28.24º92.25%50.59%-
XYZ11.068.591.36-
YUV78.4589.37164.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.93%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=62.93%
G=32.20%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129661000.490.920.4928.2485.6127.25
Hex8142A0315C311c561b
Octal20110212061134613412633
Binary10000001100001010100110001101110011000111100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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