Shades of Morocco Brown #412C21
Tints of Morocco Brown #412C21
RGB
CMYK
RGB Variations
Color information
#412C21 (or 0x412C21) is known color: Morocco Brown. HEX triplet: 41, 2C and 21. RGB value is (65,44,33). Sum of RGB (Red+Green+Blue) = 65+44+33=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #412C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C21 is #BED3DE. Grayscale: #313131. Windows color (decimal): -12506079 or 2174017. OLE color: 2174017.
HSL color Cylindrical-coordinate representation of color #412C21: hue angle of 20.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412C21 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 33 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.75 |
| HSL | 20.63º | 0.33% | 0.19% | - |
| HSV(B) | 20.63º | 0.49% | 0.25% | - |
| XYZ | 3.36 | 3.03 | 1.85 | - |
| YUV | 49.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 33 | 0 | 0.32 | 0.49 | 0.75 | 20.63 | 0.33 | 0.19 |
| Hex | 41 | 2C | 21 | 0 | 20 | 31 | 4B | 15 | 21 | 13 |
| Octal | 101 | 54 | 41 | 0 | 40 | 61 | 113 | 25 | 41 | 23 |
| Binary | 1000001 | 101100 | 100001 | 0 | 100000 | 110001 | 1001011 | 10101 | 100001 | 10011 |
Color Harmonies of #412C21
Complementary color
Monochromatic Colors of #412C21
Black with #412C21
Text Example
Text Example
White with #412C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C21; }
p { color: rgb(65,44,33); }
H1.HeaderClassName
{
color: #412C21;
}
.AnyTagClassName
{
color: #412C21;
}
</style>
background-color css
<style>
a { background-color: #412C21; }
a { background-color: rgb(65,44,33); }
div.DivClassName
{
background-color: #412C21;
}
.BgClassName
{
background-color: #412C21;
}
</style>
border-color css
<style>
span { border-color: #412C21; }
span { border-color: rgb(65,44,33); }
td.TdClassName
{
border-color: #412C21;
}
.TagClassName
{
border-color: #412C21;
}
</style>