#84331E

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

Shades of Burnt Umber #84331E

Tints of Burnt Umber #84331E

Color information

#84331E (or 0x84331E) is unknown color: approx Burnt Umber. HEX triplet: 84, 33 and 1E. RGB value is (132,51,30). Sum of RGB (Red+Green+Blue) = 132+51+30=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84331E is #7BCCE1. Grayscale: #484848. Windows color (decimal): -8113378 or 1979268. OLE color: 1979268.

HSL color Cylindrical-coordinate representation of color #84331E: hue angle of 12.35º 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 #84331E is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1325130-
CMYK00.610.770.48
HSL12.35º62.96%31.76%-
HSV(B)12.35º77.27%51.76%-
XYZ10.937.372.07-
YUV72.82103.84170.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 51 (20.31% from 255) = 23.94%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=61.97%
G=23.94%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132513000.610.770.4812.3562.9631.76
Hex84331E03D4D30c3f20
Octal204633607511560147740
Binary1000010011001111110011110110011011100001100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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