#862E0D

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

Shades of Burnt Umber #862E0D

Tints of Burnt Umber #862E0D

Color information

#862E0D (or 0x862E0D) is unknown color: approx Burnt Umber. HEX triplet: 86, 2E and 0D. RGB value is (134,46,13). Sum of RGB (Red+Green+Blue) = 134+46+13=193 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.43% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 134 - color contains mainly: red. Hex color #862E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862E0D is #79D1F2. Grayscale: #444444. Windows color (decimal): -7983603 or 863878. OLE color: 863878.

HSL color Cylindrical-coordinate representation of color #862E0D: hue angle of 16.36º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #862E0D is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1344613-
CMYK00.660.900.47
HSL16.36º82.31%28.82%-
HSV(B)16.36º90.3%52.55%-
XYZ10.887.051.17-
YUV68.5596.65174.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.43%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=69.43%
G=23.83%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134461300.660.900.4716.3682.3128.82
Hex862ED0425A2F10521d
Octal20656150102132572012235
Binary10000110101110110101000010101101010111110000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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