#862E16

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

Shades of Burnt Umber #862E16

Tints of Burnt Umber #862E16

Color information

#862E16 (or 0x862E16) is unknown color: approx Burnt Umber. HEX triplet: 86, 2E and 16. RGB value is (134,46,22). Sum of RGB (Red+Green+Blue) = 134+46+22=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #862E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862E16 is #79D1E9. Grayscale: #454545. Windows color (decimal): -7983594 or 1453702. OLE color: 1453702.

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

Color convert

RGB1344622-
CMYK00.660.840.47
HSL12.86º71.79%30.59%-
HSV(B)12.86º83.58%52.55%-
XYZ10.957.081.55-
YUV69.58101.15173.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.34%
GREEN value IS 46 (18.36% from 255) = 22.77%
BLUE value IS 22 (8.98% from 255) = 10.89%
R=66.34%
G=22.77%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134462200.660.840.4712.8671.7930.59
Hex862E16042542Fd481f
Octal20656260102124571511037
Binary10000110101110101100100001010101001011111101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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