Shades of Morocco Brown #462F24
Tints of Morocco Brown #462F24
RGB
CMYK
RGB Variations
Color information
#462F24 (or 0x462F24) is known color: Morocco Brown. HEX triplet: 46, 2F and 24. RGB value is (70,47,36). Sum of RGB (Red+Green+Blue) = 70+47+36=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #462F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F24 is #B9D0DB. Grayscale: #343434. Windows color (decimal): -12177628 or 2371398. OLE color: 2371398.
HSL color Cylindrical-coordinate representation of color #462F24: hue angle of 19.41º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #462F24 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 36 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.73 |
| HSL | 19.41º | 0.32% | 0.21% | - |
| HSV(B) | 19.41º | 0.49% | 0.27% | - |
| XYZ | 3.86 | 3.46 | 2.13 | - |
| YUV | 52.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 36 | 0 | 0.33 | 0.49 | 0.73 | 19.41 | 0.32 | 0.21 |
| Hex | 46 | 2F | 24 | 0 | 21 | 31 | 49 | 13 | 20 | 15 |
| Octal | 106 | 57 | 44 | 0 | 41 | 61 | 111 | 23 | 40 | 25 |
| Binary | 1000110 | 101111 | 100100 | 0 | 100001 | 110001 | 1001001 | 10011 | 100000 | 10101 |
Color Harmonies of #462F24
Complementary color
Monochromatic Colors of #462F24
Black with #462F24
Text Example
Text Example
White with #462F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F24; }
p { color: rgb(70,47,36); }
H1.HeaderClassName
{
color: #462F24;
}
.AnyTagClassName
{
color: #462F24;
}
</style>
background-color css
<style>
a { background-color: #462F24; }
a { background-color: rgb(70,47,36); }
div.DivClassName
{
background-color: #462F24;
}
.BgClassName
{
background-color: #462F24;
}
</style>
border-color css
<style>
span { border-color: #462F24; }
span { border-color: rgb(70,47,36); }
td.TdClassName
{
border-color: #462F24;
}
.TagClassName
{
border-color: #462F24;
}
</style>