#842E1A

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

Shades of Burnt Umber #842E1A

Tints of Burnt Umber #842E1A

Color information

#842E1A (or 0x842E1A) is unknown color: approx Burnt Umber. HEX triplet: 84, 2E and 1A. RGB value is (132,46,26). Sum of RGB (Red+Green+Blue) = 132+46+26=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #842E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E1A is #7BD1E5. Grayscale: #454545. Windows color (decimal): -8114662 or 1715844. OLE color: 1715844.

HSL color Cylindrical-coordinate representation of color #842E1A: hue angle of 11.32º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842E1A is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1324626-
CMYK00.650.800.48
HSL11.32º67.09%30.98%-
HSV(B)11.32º80.3%51.76%-
XYZ10.686.931.75-
YUV69.43103.49172.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 64.71%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 26 (10.55% from 255) = 12.75%
R=64.71%
G=22.55%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132462600.650.800.4811.3267.0930.98
Hex842E1A0415030b431f
Octal20456320101120601310337
Binary10000100101110110100100000110100001100001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842E1A; }

 p { color: rgb(132,46,26); }

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

<style>
 a { background-color: #842E1A; }

 a { background-color: rgb(132,46,26); }

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

<style>
 span { border-color: #842E1A; }

 span { border-color: rgb(132,46,26); }

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