#86371E

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

Shades of Burnt Umber #86371E

Tints of Burnt Umber #86371E

Color information

#86371E (or 0x86371E) is unknown color: approx Burnt Umber. HEX triplet: 86, 37 and 1E. RGB value is (134,55,30). Sum of RGB (Red+Green+Blue) = 134+55+30=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #86371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86371E is #79C8E1. Grayscale: #4B4B4B. Windows color (decimal): -7981282 or 1980294. OLE color: 1980294.

HSL color Cylindrical-coordinate representation of color #86371E: hue angle of 14.42º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86371E is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1345530-
CMYK00.590.780.47
HSL14.42º63.41%32.16%-
HSV(B)14.42º77.61%52.55%-
XYZ11.437.892.15-
YUV75.77102.17169.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=61.19%
G=25.11%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134553000.590.780.4714.4263.4132.16
Hex86371E03B4E2Fe3f20
Octal206673607311657167740
Binary1000011011011111110011101110011101011111110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,55,30); }

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

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

 a { background-color: rgb(134,55,30); }

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

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

 span { border-color: rgb(134,55,30); }

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