Shades of Morocco Brown #422A21
Tints of Morocco Brown #422A21
RGB
CMYK
RGB Variations
Color information
#422A21 (or 0x422A21) is known color: Morocco Brown. HEX triplet: 42, 2A and 21. RGB value is (66,42,33). Sum of RGB (Red+Green+Blue) = 66+42+33=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #422A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A21 is #BDD5DE. Grayscale: #303030. Windows color (decimal): -12441055 or 2173506. OLE color: 2173506.
HSL color Cylindrical-coordinate representation of color #422A21: hue angle of 16.36º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #422A21 is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 33 | - |
| CMYK | 0 | 0.36 | 0.5 | 0.74 |
| HSL | 16.36º | 0.33% | 0.19% | - |
| HSV(B) | 16.36º | 0.5% | 0.26% | - |
| XYZ | 3.35 | 2.92 | 1.83 | - |
| YUV | 48.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 33 | 0 | 0.36 | 0.5 | 0.74 | 16.36 | 0.33 | 0.19 |
| Hex | 42 | 2A | 21 | 0 | 24 | 32 | 4A | 10 | 21 | 13 |
| Octal | 102 | 52 | 41 | 0 | 44 | 62 | 112 | 20 | 41 | 23 |
| Binary | 1000010 | 101010 | 100001 | 0 | 100100 | 110010 | 1001010 | 10000 | 100001 | 10011 |
Color Harmonies of #422A21
Complementary color
Monochromatic Colors of #422A21
Black with #422A21
Text Example
Text Example
White with #422A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A21; }
p { color: rgb(66,42,33); }
H1.HeaderClassName
{
color: #422A21;
}
.AnyTagClassName
{
color: #422A21;
}
</style>
background-color css
<style>
a { background-color: #422A21; }
a { background-color: rgb(66,42,33); }
div.DivClassName
{
background-color: #422A21;
}
.BgClassName
{
background-color: #422A21;
}
</style>
border-color css
<style>
span { border-color: #422A21; }
span { border-color: rgb(66,42,33); }
td.TdClassName
{
border-color: #422A21;
}
.TagClassName
{
border-color: #422A21;
}
</style>