#863518

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

Shades of Burnt Umber #863518

Tints of Burnt Umber #863518

Color information

#863518 (or 0x863518) is unknown color: approx Burnt Umber. HEX triplet: 86, 35 and 18. RGB value is (134,53,24). Sum of RGB (Red+Green+Blue) = 134+53+24=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #863518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863518 is #79CAE7. Grayscale: #4A4A4A. Windows color (decimal): -7981800 or 1586566. OLE color: 1586566.

HSL color Cylindrical-coordinate representation of color #863518: hue angle of 15.82º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #863518 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1345324-
CMYK00.600.820.47
HSL15.82º69.62%30.98%-
HSV(B)15.82º82.09%52.55%-
XYZ11.277.681.75-
YUV73.9199.84170.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=63.51%
G=25.12%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134532400.600.820.4715.8269.6230.98
Hex86351803C522F10461f
Octal2066530074122572010637
Binary10000110110101110000111100101001010111110000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863518; }

 p { color: rgb(134,53,24); }

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

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

 a { background-color: rgb(134,53,24); }

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

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

 span { border-color: rgb(134,53,24); }

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