#82341c

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

Shades of Burnt Umber #82341C

Tints of Burnt Umber #82341C

Color information

#82341C (or 0x82341C) is unknown color: approx Burnt Umber. HEX triplet: 82, 34 and 1C. RGB value is (130,52,28). Sum of RGB (Red+Green+Blue) = 130+52+28=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #82341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82341C is #7DCBE3. Grayscale: #484848. Windows color (decimal): -8244196 or 1848450. OLE color: 1848450.

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

Color convert

RGB1305228-
CMYK00.600.780.49
HSL14.12º64.56%30.98%-
HSV(B)14.12º78.46%50.98%-
XYZ10.647.291.94-
YUV72.59102.84168.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.90%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=61.90%
G=24.76%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130522800.600.780.4914.1264.5630.98
Hex82341C03C4E31e411f
Octal2026434074116611610137
Binary1000001011010011100011110010011101100011110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82341c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82341c; }

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

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

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

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

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

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

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

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