Shades of Madras #423F16
Tints of Madras #423F16
RGB
CMYK
RGB Variations
Color information
#423F16 (or 0x423F16) is known color: Madras. HEX triplet: 42, 3F and 16. RGB value is (66,63,22). Sum of RGB (Red+Green+Blue) = 66+63+22=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #423F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F16 is #BDC0E9. Grayscale: #3B3B3B. Windows color (decimal): -12435690 or 1457986. OLE color: 1457986.
HSL color Cylindrical-coordinate representation of color #423F16: hue angle of 55.91º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423F16 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 22 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.74 |
| HSL | 55.91º | 0.5% | 0.17% | - |
| HSV(B) | 55.91º | 0.67% | 0.26% | - |
| XYZ | 4.17 | 4.77 | 1.46 | - |
| YUV | 59.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 22 | 0 | 0.05 | 0.67 | 0.74 | 55.91 | 0.5 | 0.17 |
| Hex | 42 | 3F | 16 | 0 | 5 | 43 | 4A | 38 | 32 | 11 |
| Octal | 102 | 77 | 26 | 0 | 5 | 103 | 112 | 70 | 62 | 21 |
| Binary | 1000010 | 111111 | 10110 | 0 | 101 | 1000011 | 1001010 | 111000 | 110010 | 10001 |
Color Harmonies of #423F16
Complementary color
Monochromatic Colors of #423F16
Black with #423F16
Text Example
Text Example
White with #423F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F16; }
p { color: rgb(66,63,22); }
H1.HeaderClassName
{
color: #423F16;
}
.AnyTagClassName
{
color: #423F16;
}
</style>
background-color css
<style>
a { background-color: #423F16; }
a { background-color: rgb(66,63,22); }
div.DivClassName
{
background-color: #423F16;
}
.BgClassName
{
background-color: #423F16;
}
</style>
border-color css
<style>
span { border-color: #423F16; }
span { border-color: rgb(66,63,22); }
td.TdClassName
{
border-color: #423F16;
}
.TagClassName
{
border-color: #423F16;
}
</style>