Shades of Moccaccino #532B2B
Tints of Moccaccino #532B2B
RGB
CMYK
RGB Variations
Color information
#532B2B (or 0x532B2B) is known color: Moccaccino. HEX triplet: 53, 2B and 2B. RGB value is (83,43,43). Sum of RGB (Red+Green+Blue) = 83+43+43=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #532B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B2B is #ACD4D4. Grayscale: #373737. Windows color (decimal): -11326677 or 2829139. OLE color: 2829139.
HSL color Cylindrical-coordinate representation of color #532B2B: hue angle of 0º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B2B is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
RGB | 83 | 43 | 43 | - |
CMYK | 0 | 0.48 | 0.48 | 0.67 |
HSL | 0º | 0.32% | 0.25% | - |
HSV(B) | 0º | 0.48% | 0.33% | - |
XYZ | 4.87 | 3.74 | 2.75 | - |
YUV | 54.96 | 121.25 | 148 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 43 | 43 | 0 | 0.48 | 0.48 | 0.67 | 0 | 0.32 | 0.25 |
Hex | 53 | 2B | 2B | 0 | 30 | 30 | 43 | 0 | 20 | 19 |
Octal | 123 | 53 | 53 | 0 | 60 | 60 | 103 | 0 | 40 | 31 |
Binary | 1010011 | 101011 | 101011 | 0 | 110000 | 110000 | 1000011 | 0 | 100000 | 11001 |
Color Harmonies of #532B2B
Complementary color
Monochromatic Colors of #532B2B
Black with #532B2B
Text Example
Text Example
White with #532B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B2B; }
p { color: rgb(83,43,43); }
H1.HeaderClassName
{
color: #532B2B;
}
.AnyTagClassName
{
color: #532B2B;
}
</style>
background-color css
<style>
a { background-color: #532B2B; }
a { background-color: rgb(83,43,43); }
div.DivClassName
{
background-color: #532B2B;
}
.BgClassName
{
background-color: #532B2B;
}
</style>
border-color css
<style>
span { border-color: #532B2B; }
span { border-color: rgb(83,43,43); }
td.TdClassName
{
border-color: #532B2B;
}
.TagClassName
{
border-color: #532B2B;
}
</style>