#84311E

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

Shades of Burnt Umber #84311E

Tints of Burnt Umber #84311E

Color information

#84311E (or 0x84311E) is unknown color: approx Burnt Umber. HEX triplet: 84, 31 and 1E. RGB value is (132,49,30). Sum of RGB (Red+Green+Blue) = 132+49+30=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #84311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84311E is #7BCEE1. Grayscale: #474747. Windows color (decimal): -8113890 or 1978756. OLE color: 1978756.

HSL color Cylindrical-coordinate representation of color #84311E: hue angle of 11.18º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84311E is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1324930-
CMYK00.630.770.48
HSL11.18º62.96%31.76%-
HSV(B)11.18º77.27%51.76%-
XYZ10.857.22.05-
YUV71.65104.5171.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=62.56%
G=23.22%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132493000.630.770.4811.1862.9631.76
Hex84311E03F4D30b3f20
Octal204613607711560137740
Binary1000010011000111110011111110011011100001011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,49,30); }

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

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

 a { background-color: rgb(132,49,30); }

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

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

 span { border-color: rgb(132,49,30); }

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