#86290E

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

Shades of Burnt Umber #86290E

Tints of Burnt Umber #86290E

Color information

#86290E (or 0x86290E) is unknown color: approx Burnt Umber. HEX triplet: 86, 29 and 0E. RGB value is (134,41,14). Sum of RGB (Red+Green+Blue) = 134+41+14=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #86290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86290E is #79D6F1. Grayscale: #414141. Windows color (decimal): -7984882 or 928134. OLE color: 928134.

HSL color Cylindrical-coordinate representation of color #86290E: hue angle of 13.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86290E is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1344114-
CMYK00.690.900.47
HSL13.5º81.08%29.02%-
HSV(B)13.5º89.55%52.55%-
XYZ10.76.691.14-
YUV65.7398.81176.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.90%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=70.90%
G=21.69%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134411400.690.900.4713.581.0829.02
Hex8629E0455A2Fe511d
Octal20651160105132571612135
Binary1000011010100111100100010110110101011111110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86290E; }

 p { color: rgb(134,41,14); }

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

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

 a { background-color: rgb(134,41,14); }

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

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

 span { border-color: rgb(134,41,14); }

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