#59322E

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

Shades of Moccaccino #59322E

Tints of Moccaccino #59322E

Color information

#59322E (or 0x59322E) is unknown color: approx Moccaccino. HEX triplet: 59, 32 and 2E. RGB value is (89,50,46). Sum of RGB (Red+Green+Blue) = 89+50+46=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59322E is #A6CDD1. Grayscale: #3D3D3D. Windows color (decimal): -10931666 or 3027545. OLE color: 3027545.

HSL color Cylindrical-coordinate representation of color #59322E: hue angle of 5.58º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59322E is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB895046-
CMYK00.440.480.65
HSL5.58º31.85%26.47%-
HSV(B)5.58º48.31%34.9%-
XYZ5.754.63.17-
YUV61.2119.42147.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=48.11%
G=27.03%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89504600.440.480.655.5831.8526.47
Hex59322E02C30416201a
Octal13162560546010164032
Binary10110011100101011100101100110000100000111010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59322E; }

 p { color: rgb(89,50,46); }

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

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

 a { background-color: rgb(89,50,46); }

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

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

 span { border-color: rgb(89,50,46); }

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