#59312B

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

Shades of Moccaccino #59312B

Tints of Moccaccino #59312B

Color information

#59312B (or 0x59312B) is unknown color: approx Moccaccino. HEX triplet: 59, 31 and 2B. RGB value is (89,49,43). Sum of RGB (Red+Green+Blue) = 89+49+43=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #59312B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59312B is #A6CED4. Grayscale: #3C3C3C. Windows color (decimal): -10931925 or 2830681. OLE color: 2830681.

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

Color convert

RGB894943-
CMYK00.450.520.65
HSL7.83º34.85%25.88%-
HSV(B)7.83º51.69%34.9%-
XYZ5.654.492.86-
YUV60.28118.25148.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.17%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=49.17%
G=27.07%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89494300.450.520.657.8334.8525.88
Hex59312B02D34418231a
Octal131615305564101104332
Binary101100111000110101101011011101001000001100010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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