#862808

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

Shades of Burnt Umber #862808

Tints of Burnt Umber #862808

Color information

#862808 (or 0x862808) is unknown color: approx Burnt Umber. HEX triplet: 86, 28 and 08. RGB value is (134,40,8). Sum of RGB (Red+Green+Blue) = 134+40+8=182 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.63% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 134 - color contains mainly: red. Hex color #862808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862808 is #79D7F7. Grayscale: #404040. Windows color (decimal): -7985144 or 534662. OLE color: 534662.

HSL color Cylindrical-coordinate representation of color #862808: hue angle of 15.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #862808 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB134408-
CMYK00.700.940.47
HSL15.24º88.73%27.84%-
HSV(B)15.24º94.03%52.55%-
XYZ10.636.60.94-
YUV64.4696.14177.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.63%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 8 (3.52% from 255) = 4.40%
R=73.63%
G=21.98%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13440800.700.940.4715.2488.7327.84
Hex862880465E2Ff591c
Octal20650100106136571713134
Binary1000011010100010000100011010111101011111111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862808; }

 p { color: rgb(134,40,8); }

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

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

 a { background-color: rgb(134,40,8); }

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

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

 span { border-color: rgb(134,40,8); }

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