Shades of Morocco Brown #462E1D
Tints of Morocco Brown #462E1D
RGB
CMYK
RGB Variations
Color information
#462E1D (or 0x462E1D) is known color: Morocco Brown. HEX triplet: 46, 2E and 1D. RGB value is (70,46,29). Sum of RGB (Red+Green+Blue) = 70+46+29=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E1D is #B9D1E2. Grayscale: #333333. Windows color (decimal): -12177891 or 1912390. OLE color: 1912390.
HSL color Cylindrical-coordinate representation of color #462E1D: hue angle of 24.88º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462E1D is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 29 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.73 |
| HSL | 24.88º | 0.41% | 0.19% | - |
| HSV(B) | 24.88º | 0.59% | 0.27% | - |
| XYZ | 3.72 | 3.34 | 1.61 | - |
| YUV | 51.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 29 | 0 | 0.34 | 0.59 | 0.73 | 24.88 | 0.41 | 0.19 |
| Hex | 46 | 2E | 1D | 0 | 22 | 3B | 49 | 19 | 29 | 13 |
| Octal | 106 | 56 | 35 | 0 | 42 | 73 | 111 | 31 | 51 | 23 |
| Binary | 1000110 | 101110 | 11101 | 0 | 100010 | 111011 | 1001001 | 11001 | 101001 | 10011 |
Color Harmonies of #462E1D
Complementary color
Monochromatic Colors of #462E1D
Black with #462E1D
Text Example
Text Example
White with #462E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E1D; }
p { color: rgb(70,46,29); }
H1.HeaderClassName
{
color: #462E1D;
}
.AnyTagClassName
{
color: #462E1D;
}
</style>
background-color css
<style>
a { background-color: #462E1D; }
a { background-color: rgb(70,46,29); }
div.DivClassName
{
background-color: #462E1D;
}
.BgClassName
{
background-color: #462E1D;
}
</style>
border-color css
<style>
span { border-color: #462E1D; }
span { border-color: rgb(70,46,29); }
td.TdClassName
{
border-color: #462E1D;
}
.TagClassName
{
border-color: #462E1D;
}
</style>