#862C0A

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

Shades of Burnt Umber #862C0A

Tints of Burnt Umber #862C0A

Color information

#862C0A (or 0x862C0A) is unknown color: approx Burnt Umber. HEX triplet: 86, 2C and 0A. RGB value is (134,44,10). Sum of RGB (Red+Green+Blue) = 134+44+10=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #862C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C0A is #79D3F5. Grayscale: #434343. Windows color (decimal): -7984118 or 666758. OLE color: 666758.

HSL color Cylindrical-coordinate representation of color #862C0A: hue angle of 16.45º 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 #862C0A is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1344410-
CMYK00.670.930.47
HSL16.45º86.11%28.24%-
HSV(B)16.45º92.54%52.55%-
XYZ10.796.891.05-
YUV67.0395.82175.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 10 (4.30% from 255) = 5.32%
R=71.28%
G=23.40%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134441000.670.930.4716.4586.1128.24
Hex862CA0435D2F10561c
Octal20654120103135572012634
Binary10000110101100101001000011101110110111110000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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