#814422

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

Shades of Russet #814422

Tints of Russet #814422

Color information

#814422 (or 0x814422) is unknown color: approx Russet. HEX triplet: 81, 44 and 22. RGB value is (129,68,34). Sum of RGB (Red+Green+Blue) = 129+68+34=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #814422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814422 is #7EBBDD. Grayscale: #525252. Windows color (decimal): -8305630 or 2245761. OLE color: 2245761.

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

Color convert

RGB1296834-
CMYK00.470.740.49
HSL21.47º58.28%31.96%-
HSV(B)21.47º73.64%50.59%-
XYZ11.418.922.63-
YUV82.36100.71161.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.84%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 34 (13.67% from 255) = 14.72%
R=55.84%
G=29.44%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129683400.470.740.4921.4758.2831.96
Hex81442202F4A31153a20
Octal2011044205711261257240
Binary1000000110001001000100101111100101011000110101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814422; }

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

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

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

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

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

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

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

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