Shades of Moccaccino #562E2D
Tints of Moccaccino #562E2D
RGB
CMYK
RGB Variations
Color information
#562E2D (or 0x562E2D) is known color: Moccaccino. HEX triplet: 56, 2E and 2D. RGB value is (86,46,45). Sum of RGB (Red+Green+Blue) = 86+46+45=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #562E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E2D is #A9D1D2. Grayscale: #393939. Windows color (decimal): -11129299 or 2960982. OLE color: 2960982.
HSL color Cylindrical-coordinate representation of color #562E2D: hue angle of 1.46º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #562E2D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
RGB | 86 | 46 | 45 | - |
CMYK | 0 | 0.47 | 0.48 | 0.66 |
HSL | 1.46º | 0.31% | 0.26% | - |
HSV(B) | 1.46º | 0.48% | 0.34% | - |
XYZ | 5.29 | 4.12 | 3 | - |
YUV | 57.85 | 120.75 | 148.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 46 | 45 | 0 | 0.47 | 0.48 | 0.66 | 1.46 | 0.31 | 0.26 |
Hex | 56 | 2E | 2D | 0 | 2F | 30 | 42 | 1 | 1F | 1A |
Octal | 126 | 56 | 55 | 0 | 57 | 60 | 102 | 1 | 37 | 32 |
Binary | 1010110 | 101110 | 101101 | 0 | 101111 | 110000 | 1000010 | 1 | 11111 | 11010 |
Color Harmonies of #562E2D
Complementary color
Monochromatic Colors of #562E2D
Black with #562E2D
Text Example
Text Example
White with #562E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E2D; }
p { color: rgb(86,46,45); }
H1.HeaderClassName
{
color: #562E2D;
}
.AnyTagClassName
{
color: #562E2D;
}
</style>
background-color css
<style>
a { background-color: #562E2D; }
a { background-color: rgb(86,46,45); }
div.DivClassName
{
background-color: #562E2D;
}
.BgClassName
{
background-color: #562E2D;
}
</style>
border-color css
<style>
span { border-color: #562E2D; }
span { border-color: rgb(86,46,45); }
td.TdClassName
{
border-color: #562E2D;
}
.TagClassName
{
border-color: #562E2D;
}
</style>