Shades of Madras #413C1B
Tints of Madras #413C1B
RGB
CMYK
RGB Variations
Color information
#413C1B (or 0x413C1B) is known color: Madras. HEX triplet: 41, 3C and 1B. RGB value is (65,60,27). Sum of RGB (Red+Green+Blue) = 65+60+27=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C1B is #BEC3E4. Grayscale: #393939. Windows color (decimal): -12501989 or 1784897. OLE color: 1784897.
HSL color Cylindrical-coordinate representation of color #413C1B: hue angle of 52.11º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413C1B is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 27 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.75 |
| HSL | 52.11º | 0.41% | 0.18% | - |
| HSV(B) | 52.11º | 0.58% | 0.25% | - |
| XYZ | 3.99 | 4.43 | 1.68 | - |
| YUV | 57.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 27 | 0 | 0.08 | 0.58 | 0.75 | 52.11 | 0.41 | 0.18 |
| Hex | 41 | 3C | 1B | 0 | 8 | 3A | 4B | 34 | 29 | 12 |
| Octal | 101 | 74 | 33 | 0 | 10 | 72 | 113 | 64 | 51 | 22 |
| Binary | 1000001 | 111100 | 11011 | 0 | 1000 | 111010 | 1001011 | 110100 | 101001 | 10010 |
Color Harmonies of #413C1B
Complementary color
Monochromatic Colors of #413C1B
Black with #413C1B
Text Example
Text Example
White with #413C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C1B; }
p { color: rgb(65,60,27); }
H1.HeaderClassName
{
color: #413C1B;
}
.AnyTagClassName
{
color: #413C1B;
}
</style>
background-color css
<style>
a { background-color: #413C1B; }
a { background-color: rgb(65,60,27); }
div.DivClassName
{
background-color: #413C1B;
}
.BgClassName
{
background-color: #413C1B;
}
</style>
border-color css
<style>
span { border-color: #413C1B; }
span { border-color: rgb(65,60,27); }
td.TdClassName
{
border-color: #413C1B;
}
.TagClassName
{
border-color: #413C1B;
}
</style>