Shades of Moccaccino #532E2B
Tints of Moccaccino #532E2B
RGB
CMYK
RGB Variations
Color information
#532E2B (or 0x532E2B) is known color: Moccaccino. HEX triplet: 53, 2E and 2B. RGB value is (83,46,43). Sum of RGB (Red+Green+Blue) = 83+46+43=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #532E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E2B is #ACD1D4. Grayscale: #383838. Windows color (decimal): -11325909 or 2829907. OLE color: 2829907.
HSL color Cylindrical-coordinate representation of color #532E2B: hue angle of 4.5º 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 #532E2B is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
RGB | 83 | 46 | 43 | - |
CMYK | 0 | 0.45 | 0.48 | 0.67 |
HSL | 4.5º | 0.32% | 0.25% | - |
HSV(B) | 4.5º | 0.48% | 0.33% | - |
XYZ | 4.98 | 3.97 | 2.79 | - |
YUV | 56.72 | 120.26 | 146.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 46 | 43 | 0 | 0.45 | 0.48 | 0.67 | 4.5 | 0.32 | 0.25 |
Hex | 53 | 2E | 2B | 0 | 2D | 30 | 43 | 4 | 20 | 19 |
Octal | 123 | 56 | 53 | 0 | 55 | 60 | 103 | 4 | 40 | 31 |
Binary | 1010011 | 101110 | 101011 | 0 | 101101 | 110000 | 1000011 | 100 | 100000 | 11001 |
Color Harmonies of #532E2B
Complementary color
Monochromatic Colors of #532E2B
Black with #532E2B
Text Example
Text Example
White with #532E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E2B; }
p { color: rgb(83,46,43); }
H1.HeaderClassName
{
color: #532E2B;
}
.AnyTagClassName
{
color: #532E2B;
}
</style>
background-color css
<style>
a { background-color: #532E2B; }
a { background-color: rgb(83,46,43); }
div.DivClassName
{
background-color: #532E2B;
}
.BgClassName
{
background-color: #532E2B;
}
</style>
border-color css
<style>
span { border-color: #532E2B; }
span { border-color: rgb(83,46,43); }
td.TdClassName
{
border-color: #532E2B;
}
.TagClassName
{
border-color: #532E2B;
}
</style>