#862E24

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

Shades of Burnt Umber #862E24

Tints of Burnt Umber #862E24

Color information

#862E24 (or 0x862E24) is unknown color: approx Burnt Umber. HEX triplet: 86, 2E and 24. RGB value is (134,46,36). Sum of RGB (Red+Green+Blue) = 134+46+36=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #862E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E24 is #79D1DB. Grayscale: #474747. Windows color (decimal): -7983580 or 2371206. OLE color: 2371206.

HSL color Cylindrical-coordinate representation of color #862E24: hue angle of 6.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862E24 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1344636-
CMYK00.660.730.47
HSL6.12º57.65%33.33%-
HSV(B)6.12º73.13%52.55%-
XYZ11.137.152.46-
YUV71.17108.15172.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=62.04%
G=21.30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134463600.660.730.476.1257.6533.33
Hex862E24042492F63a21
Octal206564401021115767241
Binary10000110101110100100010000101001001101111110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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