#82311A

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

Shades of Burnt Umber #82311A

Tints of Burnt Umber #82311A

Color information

#82311A (or 0x82311A) is unknown color: approx Burnt Umber. HEX triplet: 82, 31 and 1A. RGB value is (130,49,26). Sum of RGB (Red+Green+Blue) = 130+49+26=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82311A is #7DCEE5. Grayscale: #464646. Windows color (decimal): -8244966 or 1716610. OLE color: 1716610.

HSL color Cylindrical-coordinate representation of color #82311A: hue angle of 13.27º 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 #82311A is Cyan = 0, Magento = 0.62, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB1304926-
CMYK00.620.80.49
HSL13.27º66.67%30.59%-
HSV(B)13.27º80%50.98%-
XYZ10.497.021.78-
YUV70.6102.84170.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=63.41%
G=23.90%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130492600.620.80.4913.2766.6730.59
Hex82311A03E5031d431f
Octal2026132076120611510337
Binary1000001011000111010011111010100001100011101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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