#86371A

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

Shades of Burnt Umber #86371A

Tints of Burnt Umber #86371A

Color information

#86371A (or 0x86371A) is unknown color: approx Burnt Umber. HEX triplet: 86, 37 and 1A. RGB value is (134,55,26). Sum of RGB (Red+Green+Blue) = 134+55+26=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86371A is #79C8E5. Grayscale: #4B4B4B. Windows color (decimal): -7981286 or 1718150. OLE color: 1718150.

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

Color convert

RGB1345526-
CMYK00.590.810.47
HSL16.11º67.5%31.37%-
HSV(B)16.11º80.6%52.55%-
XYZ11.387.881.9-
YUV75.32100.17169.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.33%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=62.33%
G=25.58%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134552600.590.810.4716.1167.531.37
Hex86371A03B512F10441f
Octal2066732073121572010437
Binary10000110110111110100111011101000110111110000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86371A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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