#862D1D

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

Shades of Burnt Umber #862D1D

Tints of Burnt Umber #862D1D

Color information

#862D1D (or 0x862D1D) is unknown color: approx Burnt Umber. HEX triplet: 86, 2D and 1D. RGB value is (134,45,29). Sum of RGB (Red+Green+Blue) = 134+45+29=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #862D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D1D is #79D2E2. Grayscale: #454545. Windows color (decimal): -7983843 or 1912198. OLE color: 1912198.

HSL color Cylindrical-coordinate representation of color #862D1D: hue angle of 9.14º degrees, saturation: 0.64, 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 #862D1D is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1344529-
CMYK00.660.780.47
HSL9.14º64.42%31.96%-
HSV(B)9.14º78.36%52.55%-
XYZ10.997.031.94-
YUV69.79104.99173.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.42%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=64.42%
G=21.63%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134452900.660.780.479.1464.4231.96
Hex862D1D0424E2F94020
Octal20655350102116571110040
Binary100001101011011110101000010100111010111110011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,45,29); }

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

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

 a { background-color: rgb(134,45,29); }

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

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

 span { border-color: rgb(134,45,29); }

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