#863727

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

Shades of Burnt Umber #863727

Tints of Burnt Umber #863727

Color information

#863727 (or 0x863727) is unknown color: approx Burnt Umber. HEX triplet: 86, 37 and 27. RGB value is (134,55,39). Sum of RGB (Red+Green+Blue) = 134+55+39=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #863727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863727 is #79C8D8. Grayscale: #4C4C4C. Windows color (decimal): -7981273 or 2570118. OLE color: 2570118.

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

Color convert

RGB1345539-
CMYK00.590.710.47
HSL10.11º54.91%33.92%-
HSV(B)10.11º70.9%52.55%-
XYZ11.567.952.84-
YUV76.8106.67168.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 39 (15.62% from 255) = 17.11%
R=58.77%
G=24.12%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134553900.590.710.4710.1154.9133.92
Hex86372703B472Fa3722
Octal206674707310757126742
Binary10000110110111100111011101110001111011111010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863727; }

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

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

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

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

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

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

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

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