Shades of Morocco Brown #462F1C
Tints of Morocco Brown #462F1C
RGB
CMYK
RGB Variations
Color information
#462F1C (or 0x462F1C) is known color: Morocco Brown. HEX triplet: 46, 2F and 1C. RGB value is (70,47,28). Sum of RGB (Red+Green+Blue) = 70+47+28=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #462F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F1C is #B9D0E3. Grayscale: #333333. Windows color (decimal): -12177636 or 1847110. OLE color: 1847110.
HSL color Cylindrical-coordinate representation of color #462F1C: hue angle of 27.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462F1C is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 47 | 28 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.73 |
| HSL | 27.14º | 0.43% | 0.19% | - |
| HSV(B) | 27.14º | 0.6% | 0.27% | - |
| XYZ | 3.75 | 3.42 | 1.56 | - |
| YUV | 51.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 28 | 0 | 0.33 | 0.60 | 0.73 | 27.14 | 0.43 | 0.19 |
| Hex | 46 | 2F | 1C | 0 | 21 | 3C | 49 | 1B | 2B | 13 |
| Octal | 106 | 57 | 34 | 0 | 41 | 74 | 111 | 33 | 53 | 23 |
| Binary | 1000110 | 101111 | 11100 | 0 | 100001 | 111100 | 1001001 | 11011 | 101011 | 10011 |
Color Harmonies of #462F1C
Complementary color
Monochromatic Colors of #462F1C
Black with #462F1C
Text Example
Text Example
White with #462F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F1C; }
p { color: rgb(70,47,28); }
H1.HeaderClassName
{
color: #462F1C;
}
.AnyTagClassName
{
color: #462F1C;
}
</style>
background-color css
<style>
a { background-color: #462F1C; }
a { background-color: rgb(70,47,28); }
div.DivClassName
{
background-color: #462F1C;
}
.BgClassName
{
background-color: #462F1C;
}
</style>
border-color css
<style>
span { border-color: #462F1C; }
span { border-color: rgb(70,47,28); }
td.TdClassName
{
border-color: #462F1C;
}
.TagClassName
{
border-color: #462F1C;
}
</style>