#862E11

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

Shades of Burnt Umber #862E11

Tints of Burnt Umber #862E11

Color information

#862E11 (or 0x862E11) is unknown color: approx Burnt Umber. HEX triplet: 86, 2E and 11. RGB value is (134,46,17). Sum of RGB (Red+Green+Blue) = 134+46+17=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #862E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862E11 is #79D1EE. Grayscale: #454545. Windows color (decimal): -7983599 or 1126022. OLE color: 1126022.

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

Color convert

RGB1344617-
CMYK00.660.870.47
HSL14.87º77.48%29.61%-
HSV(B)14.87º87.31%52.55%-
XYZ10.917.061.32-
YUV69.0198.65174.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 46 (18.36% from 255) = 23.35%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=68.02%
G=23.35%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134461700.660.870.4714.8777.4829.61
Hex862E11042572Ff4d1e
Octal20656210102127571711536
Binary10000110101110100010100001010101111011111111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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