Shades of Madras #413A23
Tints of Madras #413A23
RGB
CMYK
RGB Variations
Color information
#413A23 (or 0x413A23) is known color: Madras. HEX triplet: 41, 3A and 23. RGB value is (65,58,35). Sum of RGB (Red+Green+Blue) = 65+58+35=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #413A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A23 is #BEC5DC. Grayscale: #393939. Windows color (decimal): -12502493 or 2308673. OLE color: 2308673.
HSL color Cylindrical-coordinate representation of color #413A23: hue angle of 46º 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 #413A23 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 58 | 35 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.75 |
| HSL | 46º | 0.3% | 0.2% | - |
| HSV(B) | 46º | 0.46% | 0.25% | - |
| XYZ | 4 | 4.27 | 2.2 | - |
| YUV | 57.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 35 | 0 | 0.11 | 0.46 | 0.75 | 46 | 0.3 | 0.2 |
| Hex | 41 | 3A | 23 | 0 | B | 2E | 4B | 2E | 1E | 14 |
| Octal | 101 | 72 | 43 | 0 | 13 | 56 | 113 | 56 | 36 | 24 |
| Binary | 1000001 | 111010 | 100011 | 0 | 1011 | 101110 | 1001011 | 101110 | 11110 | 10100 |
Color Harmonies of #413A23
Complementary color
Monochromatic Colors of #413A23
Black with #413A23
Text Example
Text Example
White with #413A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A23; }
p { color: rgb(65,58,35); }
H1.HeaderClassName
{
color: #413A23;
}
.AnyTagClassName
{
color: #413A23;
}
</style>
background-color css
<style>
a { background-color: #413A23; }
a { background-color: rgb(65,58,35); }
div.DivClassName
{
background-color: #413A23;
}
.BgClassName
{
background-color: #413A23;
}
</style>
border-color css
<style>
span { border-color: #413A23; }
span { border-color: rgb(65,58,35); }
td.TdClassName
{
border-color: #413A23;
}
.TagClassName
{
border-color: #413A23;
}
</style>