Shades of Moccaccino #533030
Tints of Moccaccino #533030
RGB
CMYK
RGB Variations
Color information
#533030 (or 0x533030) is known color: Moccaccino. HEX triplet: 53, 30 and 30. RGB value is (83,48,48). Sum of RGB (Red+Green+Blue) = 83+48+48=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #533030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533030 is #ACCFCF. Grayscale: #3A3A3A. Windows color (decimal): -11325392 or 3158099. OLE color: 3158099.
HSL color Cylindrical-coordinate representation of color #533030: hue angle of 0º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533030 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 48 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.67 |
| HSL | 0º | 0.27% | 0.26% | - |
| HSV(B) | 0º | 0.42% | 0.33% | - |
| XYZ | 5.16 | 4.17 | 3.33 | - |
| YUV | 58.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 48 | 0 | 0.42 | 0.42 | 0.67 | 0 | 0.27 | 0.26 |
| Hex | 53 | 30 | 30 | 0 | 2A | 2A | 43 | 0 | 1B | 1A |
| Octal | 123 | 60 | 60 | 0 | 52 | 52 | 103 | 0 | 33 | 32 |
| Binary | 1010011 | 110000 | 110000 | 0 | 101010 | 101010 | 1000011 | 0 | 11011 | 11010 |
Color Harmonies of #533030
Complementary color
Monochromatic Colors of #533030
Black with #533030
Text Example
Text Example
White with #533030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533030; }
p { color: rgb(83,48,48); }
H1.HeaderClassName
{
color: #533030;
}
.AnyTagClassName
{
color: #533030;
}
</style>
background-color css
<style>
a { background-color: #533030; }
a { background-color: rgb(83,48,48); }
div.DivClassName
{
background-color: #533030;
}
.BgClassName
{
background-color: #533030;
}
</style>
border-color css
<style>
span { border-color: #533030; }
span { border-color: rgb(83,48,48); }
td.TdClassName
{
border-color: #533030;
}
.TagClassName
{
border-color: #533030;
}
</style>