#842E24

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

Shades of Burnt Umber #842E24

Tints of Burnt Umber #842E24

Color information

#842E24 (or 0x842E24) is unknown color: approx Burnt Umber. HEX triplet: 84, 2E and 24. RGB value is (132,46,36). Sum of RGB (Red+Green+Blue) = 132+46+36=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 36 (14.45% from 255 or 16.82% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #842E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E24 is #7BD1DB. Grayscale: #464646. Windows color (decimal): -8114652 or 2371204. OLE color: 2371204.

HSL color Cylindrical-coordinate representation of color #842E24: hue angle of 6.25º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842E24 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1324636-
CMYK00.650.730.48
HSL6.25º57.14%32.94%-
HSV(B)6.25º72.73%51.76%-
XYZ10.816.992.45-
YUV70.57108.49171.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.68%
GREEN value IS 46 (18.36% from 255) = 21.50%
BLUE value IS 36 (14.45% from 255) = 16.82%
R=61.68%
G=21.50%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132463600.650.730.486.2557.1432.94
Hex842E24041493063921
Octal204564401011116067141
Binary10000100101110100100010000011001001110000110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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