#862B22

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

Shades of Burnt Umber #862B22

Tints of Burnt Umber #862B22

Color information

#862B22 (or 0x862B22) is unknown color: approx Burnt Umber. HEX triplet: 86, 2B and 22. RGB value is (134,43,34). Sum of RGB (Red+Green+Blue) = 134+43+34=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 34 (13.67% from 255 or 16.11% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #862B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B22 is #79D4DD. Grayscale: #454545. Windows color (decimal): -7984350 or 2239366. OLE color: 2239366.

HSL color Cylindrical-coordinate representation of color #862B22: hue angle of 5.4º 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 #862B22 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1344334-
CMYK00.680.750.47
HSL5.4º59.52%32.94%-
HSV(B)5.4º74.63%52.55%-
XYZ10.986.912.27-
YUV69.18108.15174.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 43 (17.19% from 255) = 20.38%
BLUE value IS 34 (13.67% from 255) = 16.11%
R=63.51%
G=20.38%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134433400.680.750.475.459.5232.94
Hex862B220444B2F53c21
Octal206534201041135757441
Binary10000110101011100010010001001001011101111101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,43,34); }

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

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

 a { background-color: rgb(134,43,34); }

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

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

 span { border-color: rgb(134,43,34); }

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