#82441B

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

Shades of Russet #82441B

Tints of Russet #82441B

Color information

#82441B (or 0x82441B) is unknown color: approx Russet. HEX triplet: 82, 44 and 1B. RGB value is (130,68,27). Sum of RGB (Red+Green+Blue) = 130+68+27=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82441B is #7DBBE4. Grayscale: #525252. Windows color (decimal): -8240101 or 1787010. OLE color: 1787010.

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

Color convert

RGB1306827-
CMYK00.480.790.49
HSL23.88º65.61%30.78%-
HSV(B)23.88º79.23%50.98%-
XYZ11.478.962.16-
YUV81.8697.04162.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 27 (10.94% from 255) = 12%
R=57.78%
G=30.22%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130682700.480.790.4923.8865.6130.78
Hex82441B0304F3118421f
Octal20210433060117613010237
Binary100000101000100110110110000100111111000111000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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