Shades of Morocco Brown #422B22
Tints of Morocco Brown #422B22
RGB
CMYK
RGB Variations
Color information
#422B22 (or 0x422B22) is known color: Morocco Brown. HEX triplet: 42, 2B and 22. RGB value is (66,43,34). Sum of RGB (Red+Green+Blue) = 66+43+34=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #422B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B22 is #BDD4DD. Grayscale: #303030. Windows color (decimal): -12440798 or 2239298. OLE color: 2239298.
HSL color Cylindrical-coordinate representation of color #422B22: hue angle of 16.88º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422B22 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 43 | 34 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.74 |
| HSL | 16.88º | 0.32% | 0.2% | - |
| HSV(B) | 16.88º | 0.48% | 0.26% | - |
| XYZ | 3.4 | 3 | 1.91 | - |
| YUV | 48.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 34 | 0 | 0.35 | 0.48 | 0.74 | 16.88 | 0.32 | 0.2 |
| Hex | 42 | 2B | 22 | 0 | 23 | 30 | 4A | 11 | 20 | 14 |
| Octal | 102 | 53 | 42 | 0 | 43 | 60 | 112 | 21 | 40 | 24 |
| Binary | 1000010 | 101011 | 100010 | 0 | 100011 | 110000 | 1001010 | 10001 | 100000 | 10100 |
Color Harmonies of #422B22
Complementary color
Monochromatic Colors of #422B22
Black with #422B22
Text Example
Text Example
White with #422B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422B22; }
p { color: rgb(66,43,34); }
H1.HeaderClassName
{
color: #422B22;
}
.AnyTagClassName
{
color: #422B22;
}
</style>
background-color css
<style>
a { background-color: #422B22; }
a { background-color: rgb(66,43,34); }
div.DivClassName
{
background-color: #422B22;
}
.BgClassName
{
background-color: #422B22;
}
</style>
border-color css
<style>
span { border-color: #422B22; }
span { border-color: rgb(66,43,34); }
td.TdClassName
{
border-color: #422B22;
}
.TagClassName
{
border-color: #422B22;
}
</style>