Shades of Morocco Brown #412A23
Tints of Morocco Brown #412A23
RGB
CMYK
RGB Variations
Color information
#412A23 (or 0x412A23) is known color: Morocco Brown. HEX triplet: 41, 2A and 23. RGB value is (65,42,35). Sum of RGB (Red+Green+Blue) = 65+42+35=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #412A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A23 is #BED5DC. Grayscale: #303030. Windows color (decimal): -12506589 or 2304577. OLE color: 2304577.
HSL color Cylindrical-coordinate representation of color #412A23: hue angle of 14º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412A23 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 35 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.75 |
| HSL | 14º | 0.3% | 0.2% | - |
| HSV(B) | 14º | 0.46% | 0.25% | - |
| XYZ | 3.31 | 2.9 | 1.98 | - |
| YUV | 48.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 35 | 0 | 0.35 | 0.46 | 0.75 | 14 | 0.3 | 0.2 |
| Hex | 41 | 2A | 23 | 0 | 23 | 2E | 4B | E | 1E | 14 |
| Octal | 101 | 52 | 43 | 0 | 43 | 56 | 113 | 16 | 36 | 24 |
| Binary | 1000001 | 101010 | 100011 | 0 | 100011 | 101110 | 1001011 | 1110 | 11110 | 10100 |
Color Harmonies of #412A23
Complementary color
Monochromatic Colors of #412A23
Black with #412A23
Text Example
Text Example
White with #412A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A23; }
p { color: rgb(65,42,35); }
H1.HeaderClassName
{
color: #412A23;
}
.AnyTagClassName
{
color: #412A23;
}
</style>
background-color css
<style>
a { background-color: #412A23; }
a { background-color: rgb(65,42,35); }
div.DivClassName
{
background-color: #412A23;
}
.BgClassName
{
background-color: #412A23;
}
</style>
border-color css
<style>
span { border-color: #412A23; }
span { border-color: rgb(65,42,35); }
td.TdClassName
{
border-color: #412A23;
}
.TagClassName
{
border-color: #412A23;
}
</style>