Shades of Morocco Brown #462F1D
Tints of Morocco Brown #462F1D
RGB
CMYK
RGB Variations
Color information
#462F1D (or 0x462F1D) is known color: Morocco Brown. HEX triplet: 46, 2F and 1D. RGB value is (70,47,29). Sum of RGB (Red+Green+Blue) = 70+47+29=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #462F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F1D is #B9D0E2. Grayscale: #333333. Windows color (decimal): -12177635 or 1912646. OLE color: 1912646.
HSL color Cylindrical-coordinate representation of color #462F1D: hue angle of 26.34º 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 #462F1D is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 29 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.73 |
| HSL | 26.34º | 0.41% | 0.19% | - |
| HSV(B) | 26.34º | 0.59% | 0.27% | - |
| XYZ | 3.76 | 3.42 | 1.62 | - |
| YUV | 51.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 29 | 0 | 0.33 | 0.59 | 0.73 | 26.34 | 0.41 | 0.19 |
| Hex | 46 | 2F | 1D | 0 | 21 | 3B | 49 | 1A | 29 | 13 |
| Octal | 106 | 57 | 35 | 0 | 41 | 73 | 111 | 32 | 51 | 23 |
| Binary | 1000110 | 101111 | 11101 | 0 | 100001 | 111011 | 1001001 | 11010 | 101001 | 10011 |
Color Harmonies of #462F1D
Complementary color
Monochromatic Colors of #462F1D
Black with #462F1D
Text Example
Text Example
White with #462F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F1D; }
p { color: rgb(70,47,29); }
H1.HeaderClassName
{
color: #462F1D;
}
.AnyTagClassName
{
color: #462F1D;
}
</style>
background-color css
<style>
a { background-color: #462F1D; }
a { background-color: rgb(70,47,29); }
div.DivClassName
{
background-color: #462F1D;
}
.BgClassName
{
background-color: #462F1D;
}
</style>
border-color css
<style>
span { border-color: #462F1D; }
span { border-color: rgb(70,47,29); }
td.TdClassName
{
border-color: #462F1D;
}
.TagClassName
{
border-color: #462F1D;
}
</style>