Shades of Madras #423D04
Tints of Madras #423D04
RGB
CMYK
RGB Variations
Color information
#423D04 (or 0x423D04) is known color: Madras. HEX triplet: 42, 3D and 04. RGB value is (66,61,4). Sum of RGB (Red+Green+Blue) = 66+61+4=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #423D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D04 is #BDC2FB. Grayscale: #383838. Windows color (decimal): -12436220 or 277826. OLE color: 277826.
HSL color Cylindrical-coordinate representation of color #423D04: hue angle of 55.16º 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 #423D04 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 4 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.74 |
| HSL | 55.16º | 0.89% | 0.14% | - |
| HSV(B) | 55.16º | 0.94% | 0.26% | - |
| XYZ | 3.94 | 4.5 | 0.78 | - |
| YUV | 56 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 4 | 0 | 0.08 | 0.94 | 0.74 | 55.16 | 0.89 | 0.14 |
| Hex | 42 | 3D | 4 | 0 | 8 | 5E | 4A | 37 | 59 | E |
| Octal | 102 | 75 | 4 | 0 | 10 | 136 | 112 | 67 | 131 | 16 |
| Binary | 1000010 | 111101 | 100 | 0 | 1000 | 1011110 | 1001010 | 110111 | 1011001 | 1110 |
Color Harmonies of #423D04
Complementary color
Monochromatic Colors of #423D04
Black with #423D04
Text Example
Text Example
White with #423D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D04; }
p { color: rgb(66,61,4); }
H1.HeaderClassName
{
color: #423D04;
}
.AnyTagClassName
{
color: #423D04;
}
</style>
background-color css
<style>
a { background-color: #423D04; }
a { background-color: rgb(66,61,4); }
div.DivClassName
{
background-color: #423D04;
}
.BgClassName
{
background-color: #423D04;
}
</style>
border-color css
<style>
span { border-color: #423D04; }
span { border-color: rgb(66,61,4); }
td.TdClassName
{
border-color: #423D04;
}
.TagClassName
{
border-color: #423D04;
}
</style>