Shades of Moccaccino #5D302A
Tints of Moccaccino #5D302A
RGB
CMYK
RGB Variations
Color information
#5D302A (or 0x5D302A) is known color: Moccaccino. HEX triplet: 5D, 30 and 2A. RGB value is (93,48,42). Sum of RGB (Red+Green+Blue) = 93+48+42=183 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.82% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 93 - color contains mainly: red. Hex color #5D302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D302A is #A2CFD5. Grayscale: #3C3C3C. Windows color (decimal): -10670038 or 2764893. OLE color: 2764893.
HSL color Cylindrical-coordinate representation of color #5D302A: hue angle of 7.06º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D302A is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 48 | 42 | - |
CMYK | 0 | 0.48 | 0.55 | 0.64 |
HSL | 7.06º | 0.38% | 0.26% | - |
HSV(B) | 7.06º | 0.55% | 0.36% | - |
XYZ | 5.99 | 4.61 | 2.76 | - |
YUV | 60.77 | 117.41 | 150.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 48 | 42 | 0 | 0.48 | 0.55 | 0.64 | 7.06 | 0.38 | 0.26 |
Hex | 5D | 30 | 2A | 0 | 30 | 37 | 40 | 7 | 26 | 1A |
Octal | 135 | 60 | 52 | 0 | 60 | 67 | 100 | 7 | 46 | 32 |
Binary | 1011101 | 110000 | 101010 | 0 | 110000 | 110111 | 1000000 | 111 | 100110 | 11010 |
Color Harmonies of #5D302A
Complementary color
Monochromatic Colors of #5D302A
Black with #5D302A
Text Example
Text Example
White with #5D302A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D302A; }
p { color: rgb(93,48,42); }
H1.HeaderClassName
{
color: #5D302A;
}
.AnyTagClassName
{
color: #5D302A;
}
</style>
background-color css
<style>
a { background-color: #5D302A; }
a { background-color: rgb(93,48,42); }
div.DivClassName
{
background-color: #5D302A;
}
.BgClassName
{
background-color: #5D302A;
}
</style>
border-color css
<style>
span { border-color: #5D302A; }
span { border-color: rgb(93,48,42); }
td.TdClassName
{
border-color: #5D302A;
}
.TagClassName
{
border-color: #5D302A;
}
</style>