Shades of Morocco Brown #412C22
Tints of Morocco Brown #412C22
RGB
CMYK
RGB Variations
Color information
#412C22 (or 0x412C22) is known color: Morocco Brown. HEX triplet: 41, 2C and 22. RGB value is (65,44,34). Sum of RGB (Red+Green+Blue) = 65+44+34=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #412C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C22 is #BED3DD. Grayscale: #313131. Windows color (decimal): -12506078 or 2239553. OLE color: 2239553.
HSL color Cylindrical-coordinate representation of color #412C22: hue angle of 19.35º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #412C22 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 44 | 34 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.75 |
| HSL | 19.35º | 0.31% | 0.19% | - |
| HSV(B) | 19.35º | 0.48% | 0.25% | - |
| XYZ | 3.37 | 3.04 | 1.92 | - |
| YUV | 49.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 34 | 0 | 0.32 | 0.48 | 0.75 | 19.35 | 0.31 | 0.19 |
| Hex | 41 | 2C | 22 | 0 | 20 | 30 | 4B | 13 | 1F | 13 |
| Octal | 101 | 54 | 42 | 0 | 40 | 60 | 113 | 23 | 37 | 23 |
| Binary | 1000001 | 101100 | 100010 | 0 | 100000 | 110000 | 1001011 | 10011 | 11111 | 10011 |
Color Harmonies of #412C22
Complementary color
Monochromatic Colors of #412C22
Black with #412C22
Text Example
Text Example
White with #412C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C22; }
p { color: rgb(65,44,34); }
H1.HeaderClassName
{
color: #412C22;
}
.AnyTagClassName
{
color: #412C22;
}
</style>
background-color css
<style>
a { background-color: #412C22; }
a { background-color: rgb(65,44,34); }
div.DivClassName
{
background-color: #412C22;
}
.BgClassName
{
background-color: #412C22;
}
</style>
border-color css
<style>
span { border-color: #412C22; }
span { border-color: rgb(65,44,34); }
td.TdClassName
{
border-color: #412C22;
}
.TagClassName
{
border-color: #412C22;
}
</style>