#862B0A

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

Shades of Burnt Umber #862B0A

Tints of Burnt Umber #862B0A

Color information

#862B0A (or 0x862B0A) is unknown color: approx Burnt Umber. HEX triplet: 86, 2B and 0A. RGB value is (134,43,10). Sum of RGB (Red+Green+Blue) = 134+43+10=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #862B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862B0A is #79D4F5. Grayscale: #424242. Windows color (decimal): -7984374 or 666502. OLE color: 666502.

HSL color Cylindrical-coordinate representation of color #862B0A: hue angle of 15.97º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #862B0A is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1344310-
CMYK00.680.930.47
HSL15.97º86.11%28.24%-
HSV(B)15.97º92.54%52.55%-
XYZ10.756.821.04-
YUV66.4596.15176.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.66%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=71.66%
G=22.99%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134431000.680.930.4715.9786.1128.24
Hex862BA0445D2F10561c
Octal20653120104135572012634
Binary10000110101011101001000100101110110111110000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862B0A; }

 p { color: rgb(134,43,10); }

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

<style>
 a { background-color: #862B0A; }

 a { background-color: rgb(134,43,10); }

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

<style>
 span { border-color: #862B0A; }

 span { border-color: rgb(134,43,10); }

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