#862F1E

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

Shades of Burnt Umber #862F1E

Tints of Burnt Umber #862F1E

Color information

#862F1E (or 0x862F1E) is unknown color: approx Burnt Umber. HEX triplet: 86, 2F and 1E. RGB value is (134,47,30). Sum of RGB (Red+Green+Blue) = 134+47+30=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #862F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F1E is #79D0E1. Grayscale: #474747. Windows color (decimal): -7983330 or 1978246. OLE color: 1978246.

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

Color convert

RGB1344730-
CMYK00.650.780.47
HSL9.81º63.41%32.16%-
HSV(B)9.81º77.61%52.55%-
XYZ11.087.22.03-
YUV71.08104.82172.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 47 (18.75% from 255) = 22.27%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=63.51%
G=22.27%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134473000.650.780.479.8163.4132.16
Hex862F1E0414E2Fa3f20
Octal2065736010111657127740
Binary10000110101111111100100000110011101011111010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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