#82341A

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

Shades of Burnt Umber #82341A

Tints of Burnt Umber #82341A

Color information

#82341A (or 0x82341A) is unknown color: approx Burnt Umber. HEX triplet: 82, 34 and 1A. RGB value is (130,52,26). Sum of RGB (Red+Green+Blue) = 130+52+26=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82341A is #7DCBE5. Grayscale: #484848. Windows color (decimal): -8244198 or 1717378. OLE color: 1717378.

HSL color Cylindrical-coordinate representation of color #82341A: hue angle of 15º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82341A is Cyan = 0, Magento = 0.60, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB1305226-
CMYK00.600.80.49
HSL15º66.67%30.59%-
HSV(B)15º80%50.98%-
XYZ10.627.281.82-
YUV72.36101.84169.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=62.5%
G=25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130522600.600.80.491566.6730.59
Hex82341A03C5031f431f
Octal2026432074120611710337
Binary1000001011010011010011110010100001100011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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