Shades of Morocco Brown #462C22
Tints of Morocco Brown #462C22
RGB
CMYK
RGB Variations
Color information
#462C22 (or 0x462C22) is known color: Morocco Brown. HEX triplet: 46, 2C and 22. RGB value is (70,44,34). Sum of RGB (Red+Green+Blue) = 70+44+34=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #462C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462C22 is #B9D3DD. Grayscale: #323232. Windows color (decimal): -12178398 or 2239558. OLE color: 2239558.
HSL color Cylindrical-coordinate representation of color #462C22: hue angle of 16.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462C22 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 44 | 34 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.73 |
| HSL | 16.67º | 0.35% | 0.2% | - |
| HSV(B) | 16.67º | 0.51% | 0.27% | - |
| XYZ | 3.72 | 3.22 | 1.94 | - |
| YUV | 50.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 34 | 0 | 0.37 | 0.51 | 0.73 | 16.67 | 0.35 | 0.2 |
| Hex | 46 | 2C | 22 | 0 | 25 | 33 | 49 | 11 | 23 | 14 |
| Octal | 106 | 54 | 42 | 0 | 45 | 63 | 111 | 21 | 43 | 24 |
| Binary | 1000110 | 101100 | 100010 | 0 | 100101 | 110011 | 1001001 | 10001 | 100011 | 10100 |
Color Harmonies of #462C22
Complementary color
Monochromatic Colors of #462C22
Black with #462C22
Text Example
Text Example
White with #462C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C22; }
p { color: rgb(70,44,34); }
H1.HeaderClassName
{
color: #462C22;
}
.AnyTagClassName
{
color: #462C22;
}
</style>
background-color css
<style>
a { background-color: #462C22; }
a { background-color: rgb(70,44,34); }
div.DivClassName
{
background-color: #462C22;
}
.BgClassName
{
background-color: #462C22;
}
</style>
border-color css
<style>
span { border-color: #462C22; }
span { border-color: rgb(70,44,34); }
td.TdClassName
{
border-color: #462C22;
}
.TagClassName
{
border-color: #462C22;
}
</style>