#86371B

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

Shades of Burnt Umber #86371B

Tints of Burnt Umber #86371B

Color information

#86371B (or 0x86371B) is unknown color: approx Burnt Umber. HEX triplet: 86, 37 and 1B. RGB value is (134,55,27). Sum of RGB (Red+Green+Blue) = 134+55+27=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86371B is #79C8E4. Grayscale: #4B4B4B. Windows color (decimal): -7981285 or 1783686. OLE color: 1783686.

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

Color convert

RGB1345527-
CMYK00.590.800.47
HSL15.7º66.46%31.57%-
HSV(B)15.7º79.85%52.55%-
XYZ11.47.881.96-
YUV75.43100.67169.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 27 (10.94% from 255) = 12.5%
R=62.04%
G=25.46%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134552700.590.800.4715.766.4631.57
Hex86371B03B502F104220
Octal2066733073120572010240
Binary100001101101111101101110111010000101111100001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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