#59312C

Color #59312C Moccaccino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moccaccino #59312C

Tints of Moccaccino #59312C

Color information

#59312C (or 0x59312C) is unknown color: approx Moccaccino. HEX triplet: 59, 31 and 2C. RGB value is (89,49,44). Sum of RGB (Red+Green+Blue) = 89+49+44=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59312C is #A6CED3. Grayscale: #3C3C3C. Windows color (decimal): -10931924 or 2896217. OLE color: 2896217.

HSL color Cylindrical-coordinate representation of color #59312C: hue angle of 6.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59312C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB894944-
CMYK00.450.510.65
HSL6.67º33.83%26.08%-
HSV(B)6.67º50.56%34.9%-
XYZ5.674.52.95-
YUV60.39118.75148.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.90%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 44 (17.58% from 255) = 24.18%
R=48.90%
G=26.92%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89494400.450.510.656.6733.8326.08
Hex59312C02D33417221a
Octal13161540556310174232
Binary10110011100011011000101101110011100000111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59312C; }

 p { color: rgb(89,49,44); }

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

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

 a { background-color: rgb(89,49,44); }

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

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

 span { border-color: rgb(89,49,44); }

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