#863118

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

Shades of Burnt Umber #863118

Tints of Burnt Umber #863118

Color information

#863118 (or 0x863118) is unknown color: approx Burnt Umber. HEX triplet: 86, 31 and 18. RGB value is (134,49,24). Sum of RGB (Red+Green+Blue) = 134+49+24=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #863118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863118 is #79CEE7. Grayscale: #474747. Windows color (decimal): -7982824 or 1585542. OLE color: 1585542.

HSL color Cylindrical-coordinate representation of color #863118: hue angle of 13.64º 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 #863118 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1344924-
CMYK00.630.820.47
HSL13.64º69.62%30.98%-
HSV(B)13.64º82.09%52.55%-
XYZ11.097.331.69-
YUV71.56101.16172.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.73%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=64.73%
G=23.67%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134492400.630.820.4713.6469.6230.98
Hex86311803F522Fe461f
Octal2066130077122571610637
Binary1000011011000111000011111110100101011111110100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863118; }

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

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

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

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

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

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

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

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