#86371C

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

Shades of Burnt Umber #86371C

Tints of Burnt Umber #86371C

Color information

#86371C (or 0x86371C) is unknown color: approx Burnt Umber. HEX triplet: 86, 37 and 1C. RGB value is (134,55,28). Sum of RGB (Red+Green+Blue) = 134+55+28=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86371C is #79C8E3. Grayscale: #4B4B4B. Windows color (decimal): -7981284 or 1849222. OLE color: 1849222.

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

Color convert

RGB1345528-
CMYK00.590.790.47
HSL15.28º65.43%31.76%-
HSV(B)15.28º79.1%52.55%-
XYZ11.417.882.02-
YUV75.54101.17169.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=61.75%
G=25.35%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134552800.590.790.4715.2865.4331.76
Hex86371C03B4F2Ff4120
Octal2066734073117571710140
Binary10000110110111111000111011100111110111111111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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