#82291C

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

Shades of Burnt Umber #82291C

Tints of Burnt Umber #82291C

Color information

#82291C (or 0x82291C) is unknown color: approx Burnt Umber. HEX triplet: 82, 29 and 1C. RGB value is (130,41,28). Sum of RGB (Red+Green+Blue) = 130+41+28=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #82291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82291C is #7DD6E3. Grayscale: #424242. Windows color (decimal): -8247012 or 1845634. OLE color: 1845634.

HSL color Cylindrical-coordinate representation of color #82291C: hue angle of 7.65º 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 #82291C is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1304128-
CMYK00.680.780.49
HSL7.65º64.56%30.98%-
HSV(B)7.65º78.46%50.98%-
XYZ10.216.421.8-
YUV66.13106.49173.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 65.33%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=65.33%
G=20.60%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130412800.680.780.497.6564.5630.98
Hex82291C0444E318411f
Octal20251340104116611010137
Binary10000010101001111000100010010011101100011000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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