Shades of Morocco Brown #422F28
Tints of Morocco Brown #422F28
RGB
CMYK
RGB Variations
Color information
#422F28 (or 0x422F28) is known color: Morocco Brown. HEX triplet: 42, 2F and 28. RGB value is (66,47,40). Sum of RGB (Red+Green+Blue) = 66+47+40=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #422F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F28 is #BDD0D7. Grayscale: #333333. Windows color (decimal): -12439768 or 2633538. OLE color: 2633538.
HSL color Cylindrical-coordinate representation of color #422F28: hue angle of 16.15º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #422F28 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 40 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.74 |
| HSL | 16.15º | 0.25% | 0.21% | - |
| HSV(B) | 16.15º | 0.39% | 0.26% | - |
| XYZ | 3.65 | 3.34 | 2.46 | - |
| YUV | 51.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 40 | 0 | 0.29 | 0.39 | 0.74 | 16.15 | 0.25 | 0.21 |
| Hex | 42 | 2F | 28 | 0 | 1D | 27 | 4A | 10 | 19 | 15 |
| Octal | 102 | 57 | 50 | 0 | 35 | 47 | 112 | 20 | 31 | 25 |
| Binary | 1000010 | 101111 | 101000 | 0 | 11101 | 100111 | 1001010 | 10000 | 11001 | 10101 |
Color Harmonies of #422F28
Complementary color
Monochromatic Colors of #422F28
Black with #422F28
Text Example
Text Example
White with #422F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F28; }
p { color: rgb(66,47,40); }
H1.HeaderClassName
{
color: #422F28;
}
.AnyTagClassName
{
color: #422F28;
}
</style>
background-color css
<style>
a { background-color: #422F28; }
a { background-color: rgb(66,47,40); }
div.DivClassName
{
background-color: #422F28;
}
.BgClassName
{
background-color: #422F28;
}
</style>
border-color css
<style>
span { border-color: #422F28; }
span { border-color: rgb(66,47,40); }
td.TdClassName
{
border-color: #422F28;
}
.TagClassName
{
border-color: #422F28;
}
</style>