Shades of Moccaccino #57302F
Tints of Moccaccino #57302F
RGB
CMYK
RGB Variations
Color information
#57302F (or 0x57302F) is known color: Moccaccino. HEX triplet: 57, 30 and 2F. RGB value is (87,48,47). Sum of RGB (Red+Green+Blue) = 87+48+47=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #57302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57302F is #A8CFD0. Grayscale: #3B3B3B. Windows color (decimal): -11063249 or 3092567. OLE color: 3092567.
HSL color Cylindrical-coordinate representation of color #57302F: hue angle of 1.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57302F is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 48 | 47 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.66 |
| HSL | 1.5º | 0.3% | 0.26% | - |
| HSV(B) | 1.5º | 0.46% | 0.34% | - |
| XYZ | 5.5 | 4.35 | 3.24 | - |
| YUV | 59.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 48 | 47 | 0 | 0.45 | 0.46 | 0.66 | 1.5 | 0.3 | 0.26 |
| Hex | 57 | 30 | 2F | 0 | 2D | 2E | 42 | 2 | 1E | 1A |
| Octal | 127 | 60 | 57 | 0 | 55 | 56 | 102 | 2 | 36 | 32 |
| Binary | 1010111 | 110000 | 101111 | 0 | 101101 | 101110 | 1000010 | 10 | 11110 | 11010 |
Color Harmonies of #57302F
Complementary color
Monochromatic Colors of #57302F
Black with #57302F
Text Example
Text Example
White with #57302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57302F; }
p { color: rgb(87,48,47); }
H1.HeaderClassName
{
color: #57302F;
}
.AnyTagClassName
{
color: #57302F;
}
</style>
background-color css
<style>
a { background-color: #57302F; }
a { background-color: rgb(87,48,47); }
div.DivClassName
{
background-color: #57302F;
}
.BgClassName
{
background-color: #57302F;
}
</style>
border-color css
<style>
span { border-color: #57302F; }
span { border-color: rgb(87,48,47); }
td.TdClassName
{
border-color: #57302F;
}
.TagClassName
{
border-color: #57302F;
}
</style>