#863726

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

Shades of Burnt Umber #863726

Tints of Burnt Umber #863726

Color information

#863726 (or 0x863726) is unknown color: approx Burnt Umber. HEX triplet: 86, 37 and 26. RGB value is (134,55,38). Sum of RGB (Red+Green+Blue) = 134+55+38=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #863726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863726 is #79C8D9. Grayscale: #4C4C4C. Windows color (decimal): -7981274 or 2504582. OLE color: 2504582.

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

Color convert

RGB1345538-
CMYK00.590.720.47
HSL10.62º55.81%33.73%-
HSV(B)10.62º71.64%52.55%-
XYZ11.557.942.76-
YUV76.68106.17168.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=59.03%
G=24.23%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134553800.590.720.4710.6255.8133.73
Hex86372603B482Fb3822
Octal206674607311057137042
Binary10000110110111100110011101110010001011111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863726; }

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

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

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

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

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

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

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

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