#82441C

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

Shades of Russet #82441C

Tints of Russet #82441C

Color information

#82441C (or 0x82441C) is unknown color: approx Russet. HEX triplet: 82, 44 and 1C. RGB value is (130,68,28). Sum of RGB (Red+Green+Blue) = 130+68+28=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82441C is #7DBBE3. Grayscale: #525252. Windows color (decimal): -8240100 or 1852546. OLE color: 1852546.

HSL color Cylindrical-coordinate representation of color #82441C: hue angle of 23.53º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82441C is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1306828-
CMYK00.480.780.49
HSL23.53º64.56%30.98%-
HSV(B)23.53º78.46%50.98%-
XYZ11.488.962.22-
YUV81.9897.54162.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.52%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 28 (11.33% from 255) = 12.39%
R=57.52%
G=30.09%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130682800.480.780.4923.5364.5630.98
Hex82441C0304E3118411f
Octal20210434060116613010137
Binary100000101000100111000110000100111011000111000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82441C; }

 p { color: rgb(130,68,28); }

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

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

 a { background-color: rgb(130,68,28); }

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

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

 span { border-color: rgb(130,68,28); }

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