Shades of Madras #423C04
Tints of Madras #423C04
RGB
CMYK
RGB Variations
Color information
#423C04 (or 0x423C04) is known color: Madras. HEX triplet: 42, 3C and 04. RGB value is (66,60,4). Sum of RGB (Red+Green+Blue) = 66+60+4=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #423C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C04 is #BDC3FB. Grayscale: #373737. Windows color (decimal): -12436476 or 277570. OLE color: 277570.
HSL color Cylindrical-coordinate representation of color #423C04: hue angle of 54.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #423C04 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 4 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.74 |
| HSL | 54.19º | 0.89% | 0.14% | - |
| HSV(B) | 54.19º | 0.94% | 0.26% | - |
| XYZ | 3.88 | 4.4 | 0.76 | - |
| YUV | 55.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 4 | 0 | 0.09 | 0.94 | 0.74 | 54.19 | 0.89 | 0.14 |
| Hex | 42 | 3C | 4 | 0 | 9 | 5E | 4A | 36 | 59 | E |
| Octal | 102 | 74 | 4 | 0 | 11 | 136 | 112 | 66 | 131 | 16 |
| Binary | 1000010 | 111100 | 100 | 0 | 1001 | 1011110 | 1001010 | 110110 | 1011001 | 1110 |
Color Harmonies of #423C04
Complementary color
Monochromatic Colors of #423C04
Black with #423C04
Text Example
Text Example
White with #423C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C04; }
p { color: rgb(66,60,4); }
H1.HeaderClassName
{
color: #423C04;
}
.AnyTagClassName
{
color: #423C04;
}
</style>
background-color css
<style>
a { background-color: #423C04; }
a { background-color: rgb(66,60,4); }
div.DivClassName
{
background-color: #423C04;
}
.BgClassName
{
background-color: #423C04;
}
</style>
border-color css
<style>
span { border-color: #423C04; }
span { border-color: rgb(66,60,4); }
td.TdClassName
{
border-color: #423C04;
}
.TagClassName
{
border-color: #423C04;
}
</style>