Shades of Madras #423D14
Tints of Madras #423D14
RGB
CMYK
RGB Variations
Color information
#423D14 (or 0x423D14) is known color: Madras. HEX triplet: 42, 3D and 14. RGB value is (66,61,20). Sum of RGB (Red+Green+Blue) = 66+61+20=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #423D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D14 is #BDC2EB. Grayscale: #393939. Windows color (decimal): -12436204 or 1326402. OLE color: 1326402.
HSL color Cylindrical-coordinate representation of color #423D14: hue angle of 53.48º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #423D14 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 20 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.74 |
| HSL | 53.48º | 0.53% | 0.17% | - |
| HSV(B) | 53.48º | 0.7% | 0.26% | - |
| XYZ | 4.04 | 4.55 | 1.33 | - |
| YUV | 57.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 20 | 0 | 0.08 | 0.70 | 0.74 | 53.48 | 0.53 | 0.17 |
| Hex | 42 | 3D | 14 | 0 | 8 | 46 | 4A | 35 | 35 | 11 |
| Octal | 102 | 75 | 24 | 0 | 10 | 106 | 112 | 65 | 65 | 21 |
| Binary | 1000010 | 111101 | 10100 | 0 | 1000 | 1000110 | 1001010 | 110101 | 110101 | 10001 |
Color Harmonies of #423D14
Complementary color
Monochromatic Colors of #423D14
Black with #423D14
Text Example
Text Example
White with #423D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D14; }
p { color: rgb(66,61,20); }
H1.HeaderClassName
{
color: #423D14;
}
.AnyTagClassName
{
color: #423D14;
}
</style>
background-color css
<style>
a { background-color: #423D14; }
a { background-color: rgb(66,61,20); }
div.DivClassName
{
background-color: #423D14;
}
.BgClassName
{
background-color: #423D14;
}
</style>
border-color css
<style>
span { border-color: #423D14; }
span { border-color: rgb(66,61,20); }
td.TdClassName
{
border-color: #423D14;
}
.TagClassName
{
border-color: #423D14;
}
</style>