#862711

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

Shades of Burnt Umber #862711

Tints of Burnt Umber #862711

Color information

#862711 (or 0x862711) is unknown color: approx Burnt Umber. HEX triplet: 86, 27 and 11. RGB value is (134,39,17). Sum of RGB (Red+Green+Blue) = 134+39+17=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #862711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862711 is #79D8EE. Grayscale: #414141. Windows color (decimal): -7985391 or 1124230. OLE color: 1124230.

HSL color Cylindrical-coordinate representation of color #862711: hue angle of 11.28º 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 #862711 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1343917-
CMYK00.710.870.47
HSL11.28º77.48%29.61%-
HSV(B)11.28º87.31%52.55%-
XYZ10.666.561.23-
YUV64.9100.97177.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.53%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=70.53%
G=20.53%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134391700.710.870.4711.2877.4829.61
Hex862711047572Fb4d1e
Octal20647210107127571311536
Binary10000110100111100010100011110101111011111011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862711; }

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

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

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

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

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

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

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

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