#82311C

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

Shades of Burnt Umber #82311C

Tints of Burnt Umber #82311C

Color information

#82311C (or 0x82311C) is unknown color: approx Burnt Umber. HEX triplet: 82, 31 and 1C. RGB value is (130,49,28). Sum of RGB (Red+Green+Blue) = 130+49+28=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82311C is #7DCEE3. Grayscale: #464646. Windows color (decimal): -8244964 or 1847682. OLE color: 1847682.

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

Color convert

RGB1304928-
CMYK00.620.780.49
HSL12.35º64.56%30.98%-
HSV(B)12.35º78.46%50.98%-
XYZ10.517.031.9-
YUV70.82103.84170.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 28 (11.33% from 255) = 13.53%
R=62.80%
G=23.67%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130492800.620.780.4912.3564.5630.98
Hex82311C03E4E31c411f
Octal2026134076116611410137
Binary1000001011000111100011111010011101100011100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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