Shades of Morocco Brown #462D1D
Tints of Morocco Brown #462D1D
RGB
CMYK
RGB Variations
Color information
#462D1D (or 0x462D1D) is known color: Morocco Brown. HEX triplet: 46, 2D and 1D. RGB value is (70,45,29). Sum of RGB (Red+Green+Blue) = 70+45+29=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D1D is #B9D2E2. Grayscale: #323232. Windows color (decimal): -12178147 or 1912134. OLE color: 1912134.
HSL color Cylindrical-coordinate representation of color #462D1D: hue angle of 23.41º 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 #462D1D is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 45 | 29 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.73 |
| HSL | 23.41º | 0.41% | 0.19% | - |
| HSV(B) | 23.41º | 0.59% | 0.27% | - |
| XYZ | 3.69 | 3.27 | 1.6 | - |
| YUV | 50.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 29 | 0 | 0.36 | 0.59 | 0.73 | 23.41 | 0.41 | 0.19 |
| Hex | 46 | 2D | 1D | 0 | 24 | 3B | 49 | 17 | 29 | 13 |
| Octal | 106 | 55 | 35 | 0 | 44 | 73 | 111 | 27 | 51 | 23 |
| Binary | 1000110 | 101101 | 11101 | 0 | 100100 | 111011 | 1001001 | 10111 | 101001 | 10011 |
Color Harmonies of #462D1D
Complementary color
Monochromatic Colors of #462D1D
Black with #462D1D
Text Example
Text Example
White with #462D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D1D; }
p { color: rgb(70,45,29); }
H1.HeaderClassName
{
color: #462D1D;
}
.AnyTagClassName
{
color: #462D1D;
}
</style>
background-color css
<style>
a { background-color: #462D1D; }
a { background-color: rgb(70,45,29); }
div.DivClassName
{
background-color: #462D1D;
}
.BgClassName
{
background-color: #462D1D;
}
</style>
border-color css
<style>
span { border-color: #462D1D; }
span { border-color: rgb(70,45,29); }
td.TdClassName
{
border-color: #462D1D;
}
.TagClassName
{
border-color: #462D1D;
}
</style>