#814E16

Color #814E16 Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #814E16

Tints of Russet #814E16

Color information

#814E16 (or 0x814E16) is unknown color: approx Russet. HEX triplet: 81, 4E and 16. RGB value is (129,78,22). Sum of RGB (Red+Green+Blue) = 129+78+22=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #814E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814E16 is #7EB1E9. Grayscale: #575757. Windows color (decimal): -8303082 or 1461889. OLE color: 1461889.

HSL color Cylindrical-coordinate representation of color #814E16: hue angle of 31.4º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #814E16 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1297822-
CMYK00.400.830.49
HSL31.4º70.86%29.61%-
HSV(B)31.4º82.95%50.59%-
XYZ11.9210.172.09-
YUV86.8691.4158.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.33%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=56.33%
G=34.06%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129782200.400.830.4931.470.8629.61
Hex814E1602853311f471e
Octal20111626050123613710736
Binary100000011001110101100101000101001111000111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814E16; }

 p { color: rgb(129,78,22); }

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

<style>
 a { background-color: #814E16; }

 a { background-color: rgb(129,78,22); }

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

<style>
 span { border-color: #814E16; }

 span { border-color: rgb(129,78,22); }

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