Shades of Moccaccino #512B2B
Tints of Moccaccino #512B2B
RGB
CMYK
RGB Variations
Color information
#512B2B (or 0x512B2B) is known color: Moccaccino. HEX triplet: 51, 2B and 2B. RGB value is (81,43,43). Sum of RGB (Red+Green+Blue) = 81+43+43=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #512B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B2B is #AED4D4. Grayscale: #363636. Windows color (decimal): -11457749 or 2829137. OLE color: 2829137.
HSL color Cylindrical-coordinate representation of color #512B2B: hue angle of 0º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B2B is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
RGB | 81 | 43 | 43 | - |
CMYK | 0 | 0.47 | 0.47 | 0.68 |
HSL | 0º | 0.31% | 0.24% | - |
HSV(B) | 0º | 0.47% | 0.32% | - |
XYZ | 4.69 | 3.65 | 2.74 | - |
YUV | 54.36 | 121.59 | 147 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 43 | 43 | 0 | 0.47 | 0.47 | 0.68 | 0 | 0.31 | 0.24 |
Hex | 51 | 2B | 2B | 0 | 2F | 2F | 44 | 0 | 1F | 18 |
Octal | 121 | 53 | 53 | 0 | 57 | 57 | 104 | 0 | 37 | 30 |
Binary | 1010001 | 101011 | 101011 | 0 | 101111 | 101111 | 1000100 | 0 | 11111 | 11000 |
Color Harmonies of #512B2B
Complementary color
Monochromatic Colors of #512B2B
Black with #512B2B
Text Example
Text Example
White with #512B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B2B; }
p { color: rgb(81,43,43); }
H1.HeaderClassName
{
color: #512B2B;
}
.AnyTagClassName
{
color: #512B2B;
}
</style>
background-color css
<style>
a { background-color: #512B2B; }
a { background-color: rgb(81,43,43); }
div.DivClassName
{
background-color: #512B2B;
}
.BgClassName
{
background-color: #512B2B;
}
</style>
border-color css
<style>
span { border-color: #512B2B; }
span { border-color: rgb(81,43,43); }
td.TdClassName
{
border-color: #512B2B;
}
.TagClassName
{
border-color: #512B2B;
}
</style>