#862F18

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

Shades of Burnt Umber #862F18

Tints of Burnt Umber #862F18

Color information

#862F18 (or 0x862F18) is unknown color: approx Burnt Umber. HEX triplet: 86, 2F and 18. RGB value is (134,47,24). Sum of RGB (Red+Green+Blue) = 134+47+24=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #862F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F18 is #79D0E7. Grayscale: #464646. Windows color (decimal): -7983336 or 1585030. OLE color: 1585030.

HSL color Cylindrical-coordinate representation of color #862F18: hue angle of 12.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #862F18 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1344724-
CMYK00.650.820.47
HSL12.55º69.62%30.98%-
HSV(B)12.55º82.09%52.55%-
XYZ11.017.171.67-
YUV70.39101.82173.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 24 (9.77% from 255) = 11.71%
R=65.37%
G=22.93%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134472400.650.820.4712.5569.6230.98
Hex862F18041522Fd461f
Octal20657300101122571510637
Binary10000110101111110000100000110100101011111101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,47,24); }

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

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

 a { background-color: rgb(134,47,24); }

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

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

 span { border-color: rgb(134,47,24); }

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