#863119

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

Shades of Burnt Umber #863119

Tints of Burnt Umber #863119

Color information

#863119 (or 0x863119) is unknown color: approx Burnt Umber. HEX triplet: 86, 31 and 19. RGB value is (134,49,25). Sum of RGB (Red+Green+Blue) = 134+49+25=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #863119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863119 is #79CEE6. Grayscale: #474747. Windows color (decimal): -7982823 or 1651078. OLE color: 1651078.

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

Color convert

RGB1344925-
CMYK00.630.810.47
HSL13.21º68.55%31.18%-
HSV(B)13.21º81.34%52.55%-
XYZ11.117.341.75-
YUV71.68101.66172.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.42%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 25 (10.16% from 255) = 12.02%
R=64.42%
G=23.56%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134492500.630.810.4713.2168.5531.18
Hex86311903F512Fd451f
Octal2066131077121571510537
Binary1000011011000111001011111110100011011111101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863119; }

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

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

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

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

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

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

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

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