Shades of Morocco Brown #462D1A
Tints of Morocco Brown #462D1A
RGB
CMYK
RGB Variations
Color information
#462D1A (or 0x462D1A) is known color: Morocco Brown. HEX triplet: 46, 2D and 1A. RGB value is (70,45,26). Sum of RGB (Red+Green+Blue) = 70+45+26=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #462D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462D1A is #B9D2E5. Grayscale: #323232. Windows color (decimal): -12178150 or 1715526. OLE color: 1715526.
HSL color Cylindrical-coordinate representation of color #462D1A: hue angle of 25.91º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #462D1A is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 45 | 26 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.73 |
| HSL | 25.91º | 0.46% | 0.19% | - |
| HSV(B) | 25.91º | 0.63% | 0.27% | - |
| XYZ | 3.65 | 3.25 | 1.41 | - |
| YUV | 50.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 26 | 0 | 0.36 | 0.63 | 0.73 | 25.91 | 0.46 | 0.19 |
| Hex | 46 | 2D | 1A | 0 | 24 | 3F | 49 | 1A | 2E | 13 |
| Octal | 106 | 55 | 32 | 0 | 44 | 77 | 111 | 32 | 56 | 23 |
| Binary | 1000110 | 101101 | 11010 | 0 | 100100 | 111111 | 1001001 | 11010 | 101110 | 10011 |
Color Harmonies of #462D1A
Complementary color
Monochromatic Colors of #462D1A
Black with #462D1A
Text Example
Text Example
White with #462D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D1A; }
p { color: rgb(70,45,26); }
H1.HeaderClassName
{
color: #462D1A;
}
.AnyTagClassName
{
color: #462D1A;
}
</style>
background-color css
<style>
a { background-color: #462D1A; }
a { background-color: rgb(70,45,26); }
div.DivClassName
{
background-color: #462D1A;
}
.BgClassName
{
background-color: #462D1A;
}
</style>
border-color css
<style>
span { border-color: #462D1A; }
span { border-color: rgb(70,45,26); }
td.TdClassName
{
border-color: #462D1A;
}
.TagClassName
{
border-color: #462D1A;
}
</style>