Shades of Madras #423A12
Tints of Madras #423A12
RGB
CMYK
RGB Variations
Color information
#423A12 (or 0x423A12) is known color: Madras. HEX triplet: 42, 3A and 12. RGB value is (66,58,18). Sum of RGB (Red+Green+Blue) = 66+58+18=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #423A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A12 is #BDC5ED. Grayscale: #373737. Windows color (decimal): -12436974 or 1194562. OLE color: 1194562.
HSL color Cylindrical-coordinate representation of color #423A12: hue angle of 50º 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 #423A12 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 18 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.74 |
| HSL | 50º | 0.57% | 0.16% | - |
| HSV(B) | 50º | 0.73% | 0.26% | - |
| XYZ | 3.87 | 4.23 | 1.18 | - |
| YUV | 55.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 18 | 0 | 0.12 | 0.73 | 0.74 | 50 | 0.57 | 0.16 |
| Hex | 42 | 3A | 12 | 0 | C | 49 | 4A | 32 | 39 | 10 |
| Octal | 102 | 72 | 22 | 0 | 14 | 111 | 112 | 62 | 71 | 20 |
| Binary | 1000010 | 111010 | 10010 | 0 | 1100 | 1001001 | 1001010 | 110010 | 111001 | 10000 |
Color Harmonies of #423A12
Complementary color
Monochromatic Colors of #423A12
Black with #423A12
Text Example
Text Example
White with #423A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A12; }
p { color: rgb(66,58,18); }
H1.HeaderClassName
{
color: #423A12;
}
.AnyTagClassName
{
color: #423A12;
}
</style>
background-color css
<style>
a { background-color: #423A12; }
a { background-color: rgb(66,58,18); }
div.DivClassName
{
background-color: #423A12;
}
.BgClassName
{
background-color: #423A12;
}
</style>
border-color css
<style>
span { border-color: #423A12; }
span { border-color: rgb(66,58,18); }
td.TdClassName
{
border-color: #423A12;
}
.TagClassName
{
border-color: #423A12;
}
</style>