Shades of Madras #423C14
Tints of Madras #423C14
RGB
CMYK
RGB Variations
Color information
#423C14 (or 0x423C14) is known color: Madras. HEX triplet: 42, 3C and 14. RGB value is (66,60,20). Sum of RGB (Red+Green+Blue) = 66+60+20=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 66 - color contains mainly: red. Hex color #423C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C14 is #BDC3EB. Grayscale: #393939. Windows color (decimal): -12436460 or 1326146. OLE color: 1326146.
HSL color Cylindrical-coordinate representation of color #423C14: hue angle of 52.17º 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 #423C14 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 20 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.74 |
| HSL | 52.17º | 0.53% | 0.17% | - |
| HSV(B) | 52.17º | 0.7% | 0.26% | - |
| XYZ | 3.99 | 4.44 | 1.31 | - |
| YUV | 57.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 20 | 0 | 0.09 | 0.70 | 0.74 | 52.17 | 0.53 | 0.17 |
| Hex | 42 | 3C | 14 | 0 | 9 | 46 | 4A | 34 | 35 | 11 |
| Octal | 102 | 74 | 24 | 0 | 11 | 106 | 112 | 64 | 65 | 21 |
| Binary | 1000010 | 111100 | 10100 | 0 | 1001 | 1000110 | 1001010 | 110100 | 110101 | 10001 |
Color Harmonies of #423C14
Complementary color
Monochromatic Colors of #423C14
Black with #423C14
Text Example
Text Example
White with #423C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C14; }
p { color: rgb(66,60,20); }
H1.HeaderClassName
{
color: #423C14;
}
.AnyTagClassName
{
color: #423C14;
}
</style>
background-color css
<style>
a { background-color: #423C14; }
a { background-color: rgb(66,60,20); }
div.DivClassName
{
background-color: #423C14;
}
.BgClassName
{
background-color: #423C14;
}
</style>
border-color css
<style>
span { border-color: #423C14; }
span { border-color: rgb(66,60,20); }
td.TdClassName
{
border-color: #423C14;
}
.TagClassName
{
border-color: #423C14;
}
</style>