Shades of Madras #42400C
Tints of Madras #42400C
RGB
CMYK
RGB Variations
Color information
#42400C (or 0x42400C) is known color: Madras. HEX triplet: 42, 40 and 0C. RGB value is (66,64,12). Sum of RGB (Red+Green+Blue) = 66+64+12=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #42400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42400C is #BDBFF3. Grayscale: #3A3A3A. Windows color (decimal): -12435444 or 802882. OLE color: 802882.
HSL color Cylindrical-coordinate representation of color #42400C: hue angle of 57.78º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42400C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 64 | 12 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.74 |
| HSL | 57.78º | 0.69% | 0.15% | - |
| HSV(B) | 57.78º | 0.82% | 0.26% | - |
| XYZ | 4.15 | 4.85 | 1.07 | - |
| YUV | 58.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 12 | 0 | 0.03 | 0.82 | 0.74 | 57.78 | 0.69 | 0.15 |
| Hex | 42 | 40 | C | 0 | 3 | 52 | 4A | 3A | 45 | F |
| Octal | 102 | 100 | 14 | 0 | 3 | 122 | 112 | 72 | 105 | 17 |
| Binary | 1000010 | 1000000 | 1100 | 0 | 11 | 1010010 | 1001010 | 111010 | 1000101 | 1111 |
Color Harmonies of #42400C
Complementary color
Monochromatic Colors of #42400C
Black with #42400C
Text Example
Text Example
White with #42400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42400C; }
p { color: rgb(66,64,12); }
H1.HeaderClassName
{
color: #42400C;
}
.AnyTagClassName
{
color: #42400C;
}
</style>
background-color css
<style>
a { background-color: #42400C; }
a { background-color: rgb(66,64,12); }
div.DivClassName
{
background-color: #42400C;
}
.BgClassName
{
background-color: #42400C;
}
</style>
border-color css
<style>
span { border-color: #42400C; }
span { border-color: rgb(66,64,12); }
td.TdClassName
{
border-color: #42400C;
}
.TagClassName
{
border-color: #42400C;
}
</style>