Shades of Madras #413C1C
Tints of Madras #413C1C
RGB
CMYK
RGB Variations
Color information
#413C1C (or 0x413C1C) is known color: Madras. HEX triplet: 41, 3C and 1C. RGB value is (65,60,28). Sum of RGB (Red+Green+Blue) = 65+60+28=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C1C is #BEC3E3. Grayscale: #393939. Windows color (decimal): -12501988 or 1850433. OLE color: 1850433.
HSL color Cylindrical-coordinate representation of color #413C1C: hue angle of 51.89º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #413C1C is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 28 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.75 |
| HSL | 51.89º | 0.4% | 0.18% | - |
| HSV(B) | 51.89º | 0.57% | 0.25% | - |
| XYZ | 4.01 | 4.44 | 1.74 | - |
| YUV | 57.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 28 | 0 | 0.08 | 0.57 | 0.75 | 51.89 | 0.4 | 0.18 |
| Hex | 41 | 3C | 1C | 0 | 8 | 39 | 4B | 34 | 28 | 12 |
| Octal | 101 | 74 | 34 | 0 | 10 | 71 | 113 | 64 | 50 | 22 |
| Binary | 1000001 | 111100 | 11100 | 0 | 1000 | 111001 | 1001011 | 110100 | 101000 | 10010 |
Color Harmonies of #413C1C
Complementary color
Monochromatic Colors of #413C1C
Black with #413C1C
Text Example
Text Example
White with #413C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C1C; }
p { color: rgb(65,60,28); }
H1.HeaderClassName
{
color: #413C1C;
}
.AnyTagClassName
{
color: #413C1C;
}
</style>
background-color css
<style>
a { background-color: #413C1C; }
a { background-color: rgb(65,60,28); }
div.DivClassName
{
background-color: #413C1C;
}
.BgClassName
{
background-color: #413C1C;
}
</style>
border-color css
<style>
span { border-color: #413C1C; }
span { border-color: rgb(65,60,28); }
td.TdClassName
{
border-color: #413C1C;
}
.TagClassName
{
border-color: #413C1C;
}
</style>