Shades of Madras #423C12
Tints of Madras #423C12
RGB
CMYK
RGB Variations
Color information
#423C12 (or 0x423C12) is known color: Madras. HEX triplet: 42, 3C and 12. RGB value is (66,60,18). Sum of RGB (Red+Green+Blue) = 66+60+18=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #423C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C12 is #BDC3ED. Grayscale: #393939. Windows color (decimal): -12436462 or 1195074. OLE color: 1195074.
HSL color Cylindrical-coordinate representation of color #423C12: hue angle of 52.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 #423C12 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 18 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.74 |
| HSL | 52.5º | 0.57% | 0.16% | - |
| HSV(B) | 52.5º | 0.73% | 0.26% | - |
| XYZ | 3.97 | 4.43 | 1.22 | - |
| YUV | 57.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 18 | 0 | 0.09 | 0.73 | 0.74 | 52.5 | 0.57 | 0.16 |
| Hex | 42 | 3C | 12 | 0 | 9 | 49 | 4A | 34 | 39 | 10 |
| Octal | 102 | 74 | 22 | 0 | 11 | 111 | 112 | 64 | 71 | 20 |
| Binary | 1000010 | 111100 | 10010 | 0 | 1001 | 1001001 | 1001010 | 110100 | 111001 | 10000 |
Color Harmonies of #423C12
Complementary color
Monochromatic Colors of #423C12
Black with #423C12
Text Example
Text Example
White with #423C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C12; }
p { color: rgb(66,60,18); }
H1.HeaderClassName
{
color: #423C12;
}
.AnyTagClassName
{
color: #423C12;
}
</style>
background-color css
<style>
a { background-color: #423C12; }
a { background-color: rgb(66,60,18); }
div.DivClassName
{
background-color: #423C12;
}
.BgClassName
{
background-color: #423C12;
}
</style>
border-color css
<style>
span { border-color: #423C12; }
span { border-color: rgb(66,60,18); }
td.TdClassName
{
border-color: #423C12;
}
.TagClassName
{
border-color: #423C12;
}
</style>