#862A13

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

Shades of Burnt Umber #862A13

Tints of Burnt Umber #862A13

Color information

#862A13 (or 0x862A13) is unknown color: approx Burnt Umber. HEX triplet: 86, 2A and 13. RGB value is (134,42,19). Sum of RGB (Red+Green+Blue) = 134+42+19=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #862A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862A13 is #79D5EC. Grayscale: #434343. Windows color (decimal): -7984621 or 1256070. OLE color: 1256070.

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

Color convert

RGB1344219-
CMYK00.690.860.47
HSL12º75.16%30%-
HSV(B)12º85.82%52.55%-
XYZ10.786.771.36-
YUV66.89100.98175.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.72%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=68.72%
G=21.54%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134421900.690.860.471275.1630
Hex862A13045562Fc4b1e
Octal20652230105126571411336
Binary10000110101010100110100010110101101011111100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,42,19); }

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

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

 a { background-color: rgb(134,42,19); }

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

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

 span { border-color: rgb(134,42,19); }

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