#814018

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

Shades of Russet #814018

Tints of Russet #814018

Color information

#814018 (or 0x814018) is unknown color: approx Russet. HEX triplet: 81, 40 and 18. RGB value is (129,64,24). Sum of RGB (Red+Green+Blue) = 129+64+24=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #814018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814018 is #7EBFE7. Grayscale: #4F4F4F. Windows color (decimal): -8306664 or 1589377. OLE color: 1589377.

HSL color Cylindrical-coordinate representation of color #814018: hue angle of 22.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #814018 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1296424-
CMYK00.500.810.49
HSL22.86º68.63%30%-
HSV(B)22.86º81.4%50.59%-
XYZ11.058.41.9-
YUV78.8897.03163.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.45%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 24 (9.77% from 255) = 11.06%
R=59.45%
G=29.49%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129642400.500.810.4922.8668.6330
Hex814018032513117451e
Octal20110030062121612710536
Binary100000011000000110000110010101000111000110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814018; }

 p { color: rgb(129,64,24); }

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

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

 a { background-color: rgb(129,64,24); }

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

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

 span { border-color: rgb(129,64,24); }

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