Shades of Madras #424012
Tints of Madras #424012
RGB
CMYK
RGB Variations
Color information
#424012 (or 0x424012) is known color: Madras. HEX triplet: 42, 40 and 12. RGB value is (66,64,18). Sum of RGB (Red+Green+Blue) = 66+64+18=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 66 - color contains mainly: red. Hex color #424012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424012 is #BDBFED. Grayscale: #3B3B3B. Windows color (decimal): -12435438 or 1196098. OLE color: 1196098.
HSL color Cylindrical-coordinate representation of color #424012: hue angle of 57.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #424012 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 64 | 18 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.74 |
| HSL | 57.5º | 0.57% | 0.16% | - |
| HSV(B) | 57.5º | 0.73% | 0.26% | - |
| XYZ | 4.19 | 4.87 | 1.29 | - |
| YUV | 59.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 18 | 0 | 0.03 | 0.73 | 0.74 | 57.5 | 0.57 | 0.16 |
| Hex | 42 | 40 | 12 | 0 | 3 | 49 | 4A | 3A | 39 | 10 |
| Octal | 102 | 100 | 22 | 0 | 3 | 111 | 112 | 72 | 71 | 20 |
| Binary | 1000010 | 1000000 | 10010 | 0 | 11 | 1001001 | 1001010 | 111010 | 111001 | 10000 |
Color Harmonies of #424012
Complementary color
Monochromatic Colors of #424012
Black with #424012
Text Example
Text Example
White with #424012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424012; }
p { color: rgb(66,64,18); }
H1.HeaderClassName
{
color: #424012;
}
.AnyTagClassName
{
color: #424012;
}
</style>
background-color css
<style>
a { background-color: #424012; }
a { background-color: rgb(66,64,18); }
div.DivClassName
{
background-color: #424012;
}
.BgClassName
{
background-color: #424012;
}
</style>
border-color css
<style>
span { border-color: #424012; }
span { border-color: rgb(66,64,18); }
td.TdClassName
{
border-color: #424012;
}
.TagClassName
{
border-color: #424012;
}
</style>