#862E21

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

Shades of Burnt Umber #862E21

Tints of Burnt Umber #862E21

Color information

#862E21 (or 0x862E21) is unknown color: approx Burnt Umber. HEX triplet: 86, 2E and 21. RGB value is (134,46,33). Sum of RGB (Red+Green+Blue) = 134+46+33=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #862E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862E21 is #79D1DE. Grayscale: #464646. Windows color (decimal): -7983583 or 2174598. OLE color: 2174598.

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

Color convert

RGB1344633-
CMYK00.660.750.47
HSL7.72º60.48%32.75%-
HSV(B)7.72º75.37%52.55%-
XYZ11.087.132.23-
YUV70.83106.65173.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 46 (18.36% from 255) = 21.60%
BLUE value IS 33 (13.28% from 255) = 15.49%
R=62.91%
G=21.60%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134463300.660.750.477.7260.4832.75
Hex862E210424B2F83c21
Octal2065641010211357107441
Binary100001101011101000010100001010010111011111000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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