Shades of Morocco Brown #462B1E
Tints of Morocco Brown #462B1E
RGB
CMYK
RGB Variations
Color information
#462B1E (or 0x462B1E) is known color: Morocco Brown. HEX triplet: 46, 2B and 1E. RGB value is (70,43,30). Sum of RGB (Red+Green+Blue) = 70+43+30=143 (18% of max value = 765). Red value is 70 (27.73% from 255 or 48.95% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 70 - color contains mainly: red. Hex color #462B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462B1E is #B9D4E1. Grayscale: #313131. Windows color (decimal): -12178658 or 1977158. OLE color: 1977158.
HSL color Cylindrical-coordinate representation of color #462B1E: hue angle of 19.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #462B1E is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 43 | 30 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.73 |
| HSL | 19.5º | 0.4% | 0.2% | - |
| HSV(B) | 19.5º | 0.57% | 0.27% | - |
| XYZ | 3.62 | 3.12 | 1.64 | - |
| YUV | 49.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 30 | 0 | 0.39 | 0.57 | 0.73 | 19.5 | 0.4 | 0.2 |
| Hex | 46 | 2B | 1E | 0 | 27 | 39 | 49 | 14 | 28 | 14 |
| Octal | 106 | 53 | 36 | 0 | 47 | 71 | 111 | 24 | 50 | 24 |
| Binary | 1000110 | 101011 | 11110 | 0 | 100111 | 111001 | 1001001 | 10100 | 101000 | 10100 |
Color Harmonies of #462B1E
Complementary color
Monochromatic Colors of #462B1E
Black with #462B1E
Text Example
Text Example
White with #462B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B1E; }
p { color: rgb(70,43,30); }
H1.HeaderClassName
{
color: #462B1E;
}
.AnyTagClassName
{
color: #462B1E;
}
</style>
background-color css
<style>
a { background-color: #462B1E; }
a { background-color: rgb(70,43,30); }
div.DivClassName
{
background-color: #462B1E;
}
.BgClassName
{
background-color: #462B1E;
}
</style>
border-color css
<style>
span { border-color: #462B1E; }
span { border-color: rgb(70,43,30); }
td.TdClassName
{
border-color: #462B1E;
}
.TagClassName
{
border-color: #462B1E;
}
</style>