Shades of Madras #423E04
Tints of Madras #423E04
RGB
CMYK
RGB Variations
Color information
#423E04 (or 0x423E04) is known color: Madras. HEX triplet: 42, 3E and 04. RGB value is (66,62,4). Sum of RGB (Red+Green+Blue) = 66+62+4=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #423E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423E04 is #BDC1FB. Grayscale: #383838. Windows color (decimal): -12435964 or 278082. OLE color: 278082.
HSL color Cylindrical-coordinate representation of color #423E04: hue angle of 56.13º 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 #423E04 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 62 | 4 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.74 |
| HSL | 56.13º | 0.89% | 0.14% | - |
| HSV(B) | 56.13º | 0.94% | 0.26% | - |
| XYZ | 3.99 | 4.61 | 0.79 | - |
| YUV | 56.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 4 | 0 | 0.06 | 0.94 | 0.74 | 56.13 | 0.89 | 0.14 |
| Hex | 42 | 3E | 4 | 0 | 6 | 5E | 4A | 38 | 59 | E |
| Octal | 102 | 76 | 4 | 0 | 6 | 136 | 112 | 70 | 131 | 16 |
| Binary | 1000010 | 111110 | 100 | 0 | 110 | 1011110 | 1001010 | 111000 | 1011001 | 1110 |
Color Harmonies of #423E04
Complementary color
Monochromatic Colors of #423E04
Black with #423E04
Text Example
Text Example
White with #423E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E04; }
p { color: rgb(66,62,4); }
H1.HeaderClassName
{
color: #423E04;
}
.AnyTagClassName
{
color: #423E04;
}
</style>
background-color css
<style>
a { background-color: #423E04; }
a { background-color: rgb(66,62,4); }
div.DivClassName
{
background-color: #423E04;
}
.BgClassName
{
background-color: #423E04;
}
</style>
border-color css
<style>
span { border-color: #423E04; }
span { border-color: rgb(66,62,4); }
td.TdClassName
{
border-color: #423E04;
}
.TagClassName
{
border-color: #423E04;
}
</style>