Shades of Morocco Brown #462E26
Tints of Morocco Brown #462E26
RGB
CMYK
RGB Variations
Color information
#462E26 (or 0x462E26) is known color: Morocco Brown. HEX triplet: 46, 2E and 26. RGB value is (70,46,38). Sum of RGB (Red+Green+Blue) = 70+46+38=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #462E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E26 is #B9D1D9. Grayscale: #343434. Windows color (decimal): -12177882 or 2502214. OLE color: 2502214.
HSL color Cylindrical-coordinate representation of color #462E26: hue angle of 15º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #462E26 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 38 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.73 |
| HSL | 15º | 0.3% | 0.21% | - |
| HSV(B) | 15º | 0.46% | 0.27% | - |
| XYZ | 3.85 | 3.4 | 2.29 | - |
| YUV | 52.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 38 | 0 | 0.34 | 0.46 | 0.73 | 15 | 0.3 | 0.21 |
| Hex | 46 | 2E | 26 | 0 | 22 | 2E | 49 | F | 1E | 15 |
| Octal | 106 | 56 | 46 | 0 | 42 | 56 | 111 | 17 | 36 | 25 |
| Binary | 1000110 | 101110 | 100110 | 0 | 100010 | 101110 | 1001001 | 1111 | 11110 | 10101 |
Color Harmonies of #462E26
Complementary color
Monochromatic Colors of #462E26
Black with #462E26
Text Example
Text Example
White with #462E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E26; }
p { color: rgb(70,46,38); }
H1.HeaderClassName
{
color: #462E26;
}
.AnyTagClassName
{
color: #462E26;
}
</style>
background-color css
<style>
a { background-color: #462E26; }
a { background-color: rgb(70,46,38); }
div.DivClassName
{
background-color: #462E26;
}
.BgClassName
{
background-color: #462E26;
}
</style>
border-color css
<style>
span { border-color: #462E26; }
span { border-color: rgb(70,46,38); }
td.TdClassName
{
border-color: #462E26;
}
.TagClassName
{
border-color: #462E26;
}
</style>