#82351E

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

Shades of Burnt Umber #82351E

Tints of Burnt Umber #82351E

Color information

#82351E (or 0x82351E) is unknown color: approx Burnt Umber. HEX triplet: 82, 35 and 1E. RGB value is (130,53,30). Sum of RGB (Red+Green+Blue) = 130+53+30=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82351E is #7DCAE1. Grayscale: #494949. Windows color (decimal): -8243938 or 1979778. OLE color: 1979778.

HSL color Cylindrical-coordinate representation of color #82351E: hue angle of 13.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 #82351E is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB1305330-
CMYK00.590.770.49
HSL13.8º62.5%31.37%-
HSV(B)13.8º76.92%50.98%-
XYZ10.717.392.09-
YUV73.4103.51168.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.03%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=61.03%
G=24.88%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130533000.590.770.4913.862.531.37
Hex82351E03B4D31e3e1f
Octal202653607311561167637
Binary100000101101011111001110111001101110001111011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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