Shades of Morocco Brown #462E25
Tints of Morocco Brown #462E25
RGB
CMYK
RGB Variations
Color information
#462E25 (or 0x462E25) is known color: Morocco Brown. HEX triplet: 46, 2E and 25. RGB value is (70,46,37). Sum of RGB (Red+Green+Blue) = 70+46+37=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #462E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462E25 is #B9D1DA. Grayscale: #343434. Windows color (decimal): -12177883 or 2436678. OLE color: 2436678.
HSL color Cylindrical-coordinate representation of color #462E25: hue angle of 16.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #462E25 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 46 | 37 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.73 |
| HSL | 16.36º | 0.31% | 0.21% | - |
| HSV(B) | 16.36º | 0.47% | 0.27% | - |
| XYZ | 3.84 | 3.39 | 2.2 | - |
| YUV | 52.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 37 | 0 | 0.34 | 0.47 | 0.73 | 16.36 | 0.31 | 0.21 |
| Hex | 46 | 2E | 25 | 0 | 22 | 2F | 49 | 10 | 1F | 15 |
| Octal | 106 | 56 | 45 | 0 | 42 | 57 | 111 | 20 | 37 | 25 |
| Binary | 1000110 | 101110 | 100101 | 0 | 100010 | 101111 | 1001001 | 10000 | 11111 | 10101 |
Color Harmonies of #462E25
Complementary color
Monochromatic Colors of #462E25
Black with #462E25
Text Example
Text Example
White with #462E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E25; }
p { color: rgb(70,46,37); }
H1.HeaderClassName
{
color: #462E25;
}
.AnyTagClassName
{
color: #462E25;
}
</style>
background-color css
<style>
a { background-color: #462E25; }
a { background-color: rgb(70,46,37); }
div.DivClassName
{
background-color: #462E25;
}
.BgClassName
{
background-color: #462E25;
}
</style>
border-color css
<style>
span { border-color: #462E25; }
span { border-color: rgb(70,46,37); }
td.TdClassName
{
border-color: #462E25;
}
.TagClassName
{
border-color: #462E25;
}
</style>