#863126

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

Shades of Burnt Umber #863126

Tints of Burnt Umber #863126

Color information

#863126 (or 0x863126) is unknown color: approx Burnt Umber. HEX triplet: 86, 31 and 26. RGB value is (134,49,38). Sum of RGB (Red+Green+Blue) = 134+49+38=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #863126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863126 is #79CED9. Grayscale: #494949. Windows color (decimal): -7982810 or 2503046. OLE color: 2503046.

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

Color convert

RGB1344938-
CMYK00.630.720.47
HSL6.88º55.81%33.73%-
HSV(B)6.88º71.64%52.55%-
XYZ11.287.42.67-
YUV73.16108.16171.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=60.63%
G=22.17%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134493800.630.720.476.8855.8133.73
Hex86312603F482F73822
Octal20661460771105777042
Binary1000011011000110011001111111001000101111111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863126; }

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

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

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

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

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

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

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

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