Shades of Madras #424110
Tints of Madras #424110
RGB
CMYK
RGB Variations
Color information
#424110 (or 0x424110) is known color: Madras. HEX triplet: 42, 41 and 10. RGB value is (66,65,16). Sum of RGB (Red+Green+Blue) = 66+65+16=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #424110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424110 is #BDBEEF. Grayscale: #3B3B3B. Windows color (decimal): -12435184 or 1065282. OLE color: 1065282.
HSL color Cylindrical-coordinate representation of color #424110: hue angle of 58.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #424110 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 16 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.74 |
| HSL | 58.8º | 0.61% | 0.16% | - |
| HSV(B) | 58.8º | 0.76% | 0.26% | - |
| XYZ | 4.23 | 4.98 | 1.23 | - |
| YUV | 59.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 16 | 0 | 0.02 | 0.76 | 0.74 | 58.8 | 0.61 | 0.16 |
| Hex | 42 | 41 | 10 | 0 | 2 | 4C | 4A | 3B | 3D | 10 |
| Octal | 102 | 101 | 20 | 0 | 2 | 114 | 112 | 73 | 75 | 20 |
| Binary | 1000010 | 1000001 | 10000 | 0 | 10 | 1001100 | 1001010 | 111011 | 111101 | 10000 |
Color Harmonies of #424110
Complementary color
Monochromatic Colors of #424110
Black with #424110
Text Example
Text Example
White with #424110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424110; }
p { color: rgb(66,65,16); }
H1.HeaderClassName
{
color: #424110;
}
.AnyTagClassName
{
color: #424110;
}
</style>
background-color css
<style>
a { background-color: #424110; }
a { background-color: rgb(66,65,16); }
div.DivClassName
{
background-color: #424110;
}
.BgClassName
{
background-color: #424110;
}
</style>
border-color css
<style>
span { border-color: #424110; }
span { border-color: rgb(66,65,16); }
td.TdClassName
{
border-color: #424110;
}
.TagClassName
{
border-color: #424110;
}
</style>