#86301F

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

Shades of Burnt Umber #86301F

Tints of Burnt Umber #86301F

Color information

#86301F (or 0x86301F) is unknown color: approx Burnt Umber. HEX triplet: 86, 30 and 1F. RGB value is (134,48,31). Sum of RGB (Red+Green+Blue) = 134+48+31=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86301F is #79CFE0. Grayscale: #474747. Windows color (decimal): -7983073 or 2044038. OLE color: 2044038.

HSL color Cylindrical-coordinate representation of color #86301F: hue angle of 9.9º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86301F is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1344831-
CMYK00.640.770.47
HSL9.9º62.42%32.35%-
HSV(B)9.9º76.87%52.55%-
XYZ11.147.282.11-
YUV71.78104.99172.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=62.91%
G=22.54%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134483100.640.770.479.962.4232.35
Hex86301F0404D2Fa3e20
Octal2066037010011557127640
Binary10000110110000111110100000010011011011111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86301F; }

 p { color: rgb(134,48,31); }

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

<style>
 a { background-color: #86301F; }

 a { background-color: rgb(134,48,31); }

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

<style>
 span { border-color: #86301F; }

 span { border-color: rgb(134,48,31); }

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