Shades of Moccaccino #5B2F2D
Tints of Moccaccino #5B2F2D
RGB
CMYK
RGB Variations
Color information
#5B2F2D (or 0x5B2F2D) is known color: Moccaccino. HEX triplet: 5B, 2F and 2D. RGB value is (91,47,45). Sum of RGB (Red+Green+Blue) = 91+47+45=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2F2D is #A4D0D2. Grayscale: #3B3B3B. Windows color (decimal): -10801363 or 2961243. OLE color: 2961243.
HSL color Cylindrical-coordinate representation of color #5B2F2D: hue angle of 2.61º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B2F2D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 47 | 45 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.64 |
| HSL | 2.61º | 0.34% | 0.27% | - |
| HSV(B) | 2.61º | 0.51% | 0.36% | - |
| XYZ | 5.8 | 4.45 | 3.03 | - |
| YUV | 59.93 | 119.58 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 45 | 0 | 0.48 | 0.51 | 0.64 | 2.61 | 0.34 | 0.27 |
| Hex | 5B | 2F | 2D | 0 | 30 | 33 | 40 | 3 | 22 | 1B |
| Octal | 133 | 57 | 55 | 0 | 60 | 63 | 100 | 3 | 42 | 33 |
| Binary | 1011011 | 101111 | 101101 | 0 | 110000 | 110011 | 1000000 | 11 | 100010 | 11011 |
Color Harmonies of #5B2F2D
Complementary color
Monochromatic Colors of #5B2F2D
Black with #5B2F2D
Text Example
Text Example
White with #5B2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2F2D; }
p { color: rgb(91,47,45); }
H1.HeaderClassName
{
color: #5B2F2D;
}
.AnyTagClassName
{
color: #5B2F2D;
}
</style>
background-color css
<style>
a { background-color: #5B2F2D; }
a { background-color: rgb(91,47,45); }
div.DivClassName
{
background-color: #5B2F2D;
}
.BgClassName
{
background-color: #5B2F2D;
}
</style>
border-color css
<style>
span { border-color: #5B2F2D; }
span { border-color: rgb(91,47,45); }
td.TdClassName
{
border-color: #5B2F2D;
}
.TagClassName
{
border-color: #5B2F2D;
}
</style>