#814022

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

Shades of Russet #814022

Tints of Russet #814022

Color information

#814022 (or 0x814022) is unknown color: approx Russet. HEX triplet: 81, 40 and 22. RGB value is (129,64,34). Sum of RGB (Red+Green+Blue) = 129+64+34=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #814022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814022 is #7EBFDD. Grayscale: #505050. Windows color (decimal): -8306654 or 2244737. OLE color: 2244737.

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

Color convert

RGB1296434-
CMYK00.500.740.49
HSL18.95º58.28%31.96%-
HSV(B)18.95º73.64%50.59%-
XYZ11.188.452.56-
YUV80.02102.03162.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.83%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=56.83%
G=28.19%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129643400.500.740.4918.9558.2831.96
Hex8140220324A31133a20
Octal2011004206211261237240
Binary1000000110000001000100110010100101011000110011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814022; }

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

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

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

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

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

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

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

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