#862E1F

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

Shades of Burnt Umber #862E1F

Tints of Burnt Umber #862E1F

Color information

#862E1F (or 0x862E1F) is unknown color: approx Burnt Umber. HEX triplet: 86, 2E and 1F. RGB value is (134,46,31). Sum of RGB (Red+Green+Blue) = 134+46+31=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #862E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E1F is #79D1E0. Grayscale: #464646. Windows color (decimal): -7983585 or 2043526. OLE color: 2043526.

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

Color convert

RGB1344631-
CMYK00.660.770.47
HSL8.74º62.42%32.35%-
HSV(B)8.74º76.87%52.55%-
XYZ11.067.122.09-
YUV70.6105.65173.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 46 (18.36% from 255) = 21.80%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=63.51%
G=21.80%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134463100.660.770.478.7462.4232.35
Hex862E1F0424D2F93e20
Octal2065637010211557117640
Binary10000110101110111110100001010011011011111001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,46,31); }

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

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

 a { background-color: rgb(134,46,31); }

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

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

 span { border-color: rgb(134,46,31); }

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