#814518

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

Shades of Russet #814518

Tints of Russet #814518

Color information

#814518 (or 0x814518) is unknown color: approx Russet. HEX triplet: 81, 45 and 18. RGB value is (129,69,24). Sum of RGB (Red+Green+Blue) = 129+69+24=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #814518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814518 is #7EBAE7. Grayscale: #525252. Windows color (decimal): -8305384 or 1590657. OLE color: 1590657.

HSL color Cylindrical-coordinate representation of color #814518: hue angle of 25.71º 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 #814518 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1296924-
CMYK00.470.810.49
HSL25.71º68.63%30%-
HSV(B)25.71º81.4%50.59%-
XYZ11.358.992-
YUV81.8195.38161.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.11%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 24 (9.77% from 255) = 10.81%
R=58.11%
G=31.08%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129692400.470.810.4925.7168.6330
Hex81451802F51311a451e
Octal20110530057121613210536
Binary100000011000101110000101111101000111000111010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814518; }

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

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

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

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

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

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

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

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