Shades of Morocco Brown #42281D
Tints of Morocco Brown #42281D
RGB
CMYK
RGB Variations
Color information
#42281D (or 0x42281D) is known color: Morocco Brown. HEX triplet: 42, 28 and 1D. RGB value is (66,40,29). Sum of RGB (Red+Green+Blue) = 66+40+29=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42281D is #BDD7E2. Grayscale: #2E2E2E. Windows color (decimal): -12441571 or 1910850. OLE color: 1910850.
HSL color Cylindrical-coordinate representation of color #42281D: hue angle of 17.84º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42281D is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 40 | 29 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.74 |
| HSL | 17.84º | 0.39% | 0.19% | - |
| HSV(B) | 17.84º | 0.56% | 0.26% | - |
| XYZ | 3.23 | 2.76 | 1.53 | - |
| YUV | 46.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 29 | 0 | 0.39 | 0.56 | 0.74 | 17.84 | 0.39 | 0.19 |
| Hex | 42 | 28 | 1D | 0 | 27 | 38 | 4A | 12 | 27 | 13 |
| Octal | 102 | 50 | 35 | 0 | 47 | 70 | 112 | 22 | 47 | 23 |
| Binary | 1000010 | 101000 | 11101 | 0 | 100111 | 111000 | 1001010 | 10010 | 100111 | 10011 |
Color Harmonies of #42281D
Complementary color
Monochromatic Colors of #42281D
Black with #42281D
Text Example
Text Example
White with #42281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42281D; }
p { color: rgb(66,40,29); }
H1.HeaderClassName
{
color: #42281D;
}
.AnyTagClassName
{
color: #42281D;
}
</style>
background-color css
<style>
a { background-color: #42281D; }
a { background-color: rgb(66,40,29); }
div.DivClassName
{
background-color: #42281D;
}
.BgClassName
{
background-color: #42281D;
}
</style>
border-color css
<style>
span { border-color: #42281D; }
span { border-color: rgb(66,40,29); }
td.TdClassName
{
border-color: #42281D;
}
.TagClassName
{
border-color: #42281D;
}
</style>