#82331B

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

Shades of Burnt Umber #82331B

Tints of Burnt Umber #82331B

Color information

#82331B (or 0x82331B) is unknown color: approx Burnt Umber. HEX triplet: 82, 33 and 1B. RGB value is (130,51,27). Sum of RGB (Red+Green+Blue) = 130+51+27=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82331B is #7DCCE4. Grayscale: #484848. Windows color (decimal): -8244453 or 1782658. OLE color: 1782658.

HSL color Cylindrical-coordinate representation of color #82331B: hue angle of 13.98º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82331B is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1305127-
CMYK00.610.790.49
HSL13.98º65.61%30.78%-
HSV(B)13.98º79.23%50.98%-
XYZ10.597.191.87-
YUV71.88102.67169.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 27 (10.94% from 255) = 12.98%
R=62.5%
G=24.52%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130512700.610.790.4913.9865.6130.78
Hex82331B03D4F31e421f
Octal2026333075117611610237
Binary1000001011001111011011110110011111100011110100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82331B; }

 p { color: rgb(130,51,27); }

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

<style>
 a { background-color: #82331B; }

 a { background-color: rgb(130,51,27); }

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

<style>
 span { border-color: #82331B; }

 span { border-color: rgb(130,51,27); }

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