#82301E

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

Shades of Burnt Umber #82301E

Tints of Burnt Umber #82301E

Color information

#82301E (or 0x82301E) is unknown color: approx Burnt Umber. HEX triplet: 82, 30 and 1E. RGB value is (130,48,30). Sum of RGB (Red+Green+Blue) = 130+48+30=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82301E is #7DCFE1. Grayscale: #464646. Windows color (decimal): -8245218 or 1978498. OLE color: 1978498.

HSL color Cylindrical-coordinate representation of color #82301E: hue angle of 10.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82301E is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1304830-
CMYK00.630.770.49
HSL10.8º62.5%31.37%-
HSV(B)10.8º76.92%50.98%-
XYZ10.56.952.02-
YUV70.47105.17170.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=62.5%
G=23.08%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130483000.630.770.4910.862.531.37
Hex82301E03F4D31b3e1f
Octal202603607711561137637
Binary100000101100001111001111111001101110001101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82301E; }

 p { color: rgb(130,48,30); }

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

<style>
 a { background-color: #82301E; }

 a { background-color: rgb(130,48,30); }

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

<style>
 span { border-color: #82301E; }

 span { border-color: rgb(130,48,30); }

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