#86311A

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

Shades of Burnt Umber #86311A

Tints of Burnt Umber #86311A

Color information

#86311A (or 0x86311A) is unknown color: approx Burnt Umber. HEX triplet: 86, 31 and 1A. RGB value is (134,49,26). Sum of RGB (Red+Green+Blue) = 134+49+26=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #86311A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86311A is #79CEE5. Grayscale: #474747. Windows color (decimal): -7982822 or 1716614. OLE color: 1716614.

HSL color Cylindrical-coordinate representation of color #86311A: hue angle of 12.78º 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 #86311A is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1344926-
CMYK00.630.810.47
HSL12.78º67.5%31.37%-
HSV(B)12.78º80.6%52.55%-
XYZ11.127.341.81-
YUV71.79102.16172.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.11%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=64.11%
G=23.44%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134492600.630.810.4712.7867.531.37
Hex86311A03F512Fd441f
Octal2066132077121571510437
Binary1000011011000111010011111110100011011111101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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