#824E16

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

Shades of Russet #824E16

Tints of Russet #824E16

Color information

#824E16 (or 0x824E16) is unknown color: approx Russet. HEX triplet: 82, 4E and 16. RGB value is (130,78,22). Sum of RGB (Red+Green+Blue) = 130+78+22=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #824E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E16 is #7DB1E9. Grayscale: #575757. Windows color (decimal): -8237546 or 1461890. OLE color: 1461890.

HSL color Cylindrical-coordinate representation of color #824E16: hue angle of 31.11º 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 #824E16 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1307822-
CMYK00.400.830.49
HSL31.11º71.05%29.8%-
HSV(B)31.11º83.08%50.98%-
XYZ12.0810.252.1-
YUV87.1691.23158.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.52%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 22 (8.98% from 255) = 9.57%
R=56.52%
G=33.91%
B=9.57%

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
Decimal130782200.400.830.4931.1171.0529.8
Hex824E1602853311f471e
Octal20211626050123613710736
Binary100000101001110101100101000101001111000111111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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