Shades of Morocco Brown #412A22
Tints of Morocco Brown #412A22
RGB
CMYK
RGB Variations
Color information
#412A22 (or 0x412A22) is known color: Morocco Brown. HEX triplet: 41, 2A and 22. RGB value is (65,42,34). Sum of RGB (Red+Green+Blue) = 65+42+34=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #412A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A22 is #BED5DD. Grayscale: #303030. Windows color (decimal): -12506590 or 2239041. OLE color: 2239041.
HSL color Cylindrical-coordinate representation of color #412A22: hue angle of 15.48º 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 #412A22 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 34 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.75 |
| HSL | 15.48º | 0.31% | 0.19% | - |
| HSV(B) | 15.48º | 0.48% | 0.25% | - |
| XYZ | 3.3 | 2.9 | 1.9 | - |
| YUV | 47.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 34 | 0 | 0.35 | 0.48 | 0.75 | 15.48 | 0.31 | 0.19 |
| Hex | 41 | 2A | 22 | 0 | 23 | 30 | 4B | F | 1F | 13 |
| Octal | 101 | 52 | 42 | 0 | 43 | 60 | 113 | 17 | 37 | 23 |
| Binary | 1000001 | 101010 | 100010 | 0 | 100011 | 110000 | 1001011 | 1111 | 11111 | 10011 |
Color Harmonies of #412A22
Complementary color
Monochromatic Colors of #412A22
Black with #412A22
Text Example
Text Example
White with #412A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A22; }
p { color: rgb(65,42,34); }
H1.HeaderClassName
{
color: #412A22;
}
.AnyTagClassName
{
color: #412A22;
}
</style>
background-color css
<style>
a { background-color: #412A22; }
a { background-color: rgb(65,42,34); }
div.DivClassName
{
background-color: #412A22;
}
.BgClassName
{
background-color: #412A22;
}
</style>
border-color css
<style>
span { border-color: #412A22; }
span { border-color: rgb(65,42,34); }
td.TdClassName
{
border-color: #412A22;
}
.TagClassName
{
border-color: #412A22;
}
</style>