Shades of Morocco Brown #462A21
Tints of Morocco Brown #462A21
RGB
CMYK
RGB Variations
Color information
#462A21 (or 0x462A21) is known color: Morocco Brown. HEX triplet: 46, 2A and 21. RGB value is (70,42,33). Sum of RGB (Red+Green+Blue) = 70+42+33=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A21 is #B9D5DE. Grayscale: #313131. Windows color (decimal): -12178911 or 2173510. OLE color: 2173510.
HSL color Cylindrical-coordinate representation of color #462A21: hue angle of 14.59º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462A21 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 42 | 33 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.73 |
| HSL | 14.59º | 0.36% | 0.2% | - |
| HSV(B) | 14.59º | 0.53% | 0.27% | - |
| XYZ | 3.63 | 3.07 | 1.84 | - |
| YUV | 49.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 33 | 0 | 0.40 | 0.53 | 0.73 | 14.59 | 0.36 | 0.2 |
| Hex | 46 | 2A | 21 | 0 | 28 | 35 | 49 | F | 24 | 14 |
| Octal | 106 | 52 | 41 | 0 | 50 | 65 | 111 | 17 | 44 | 24 |
| Binary | 1000110 | 101010 | 100001 | 0 | 101000 | 110101 | 1001001 | 1111 | 100100 | 10100 |
Color Harmonies of #462A21
Complementary color
Monochromatic Colors of #462A21
Black with #462A21
Text Example
Text Example
White with #462A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A21; }
p { color: rgb(70,42,33); }
H1.HeaderClassName
{
color: #462A21;
}
.AnyTagClassName
{
color: #462A21;
}
</style>
background-color css
<style>
a { background-color: #462A21; }
a { background-color: rgb(70,42,33); }
div.DivClassName
{
background-color: #462A21;
}
.BgClassName
{
background-color: #462A21;
}
</style>
border-color css
<style>
span { border-color: #462A21; }
span { border-color: rgb(70,42,33); }
td.TdClassName
{
border-color: #462A21;
}
.TagClassName
{
border-color: #462A21;
}
</style>