Shades of Madras #423B04
Tints of Madras #423B04
RGB
CMYK
RGB Variations
Color information
#423B04 (or 0x423B04) is known color: Madras. HEX triplet: 42, 3B and 04. RGB value is (66,59,4). Sum of RGB (Red+Green+Blue) = 66+59+4=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #423B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B04 is #BDC4FB. Grayscale: #373737. Windows color (decimal): -12436732 or 277314. OLE color: 277314.
HSL color Cylindrical-coordinate representation of color #423B04: hue angle of 53.23º 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 #423B04 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 4 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.74 |
| HSL | 53.23º | 0.89% | 0.14% | - |
| HSV(B) | 53.23º | 0.94% | 0.26% | - |
| XYZ | 3.83 | 4.29 | 0.74 | - |
| YUV | 54.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 4 | 0 | 0.11 | 0.94 | 0.74 | 53.23 | 0.89 | 0.14 |
| Hex | 42 | 3B | 4 | 0 | B | 5E | 4A | 35 | 59 | E |
| Octal | 102 | 73 | 4 | 0 | 13 | 136 | 112 | 65 | 131 | 16 |
| Binary | 1000010 | 111011 | 100 | 0 | 1011 | 1011110 | 1001010 | 110101 | 1011001 | 1110 |
Color Harmonies of #423B04
Complementary color
Monochromatic Colors of #423B04
Black with #423B04
Text Example
Text Example
White with #423B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B04; }
p { color: rgb(66,59,4); }
H1.HeaderClassName
{
color: #423B04;
}
.AnyTagClassName
{
color: #423B04;
}
</style>
background-color css
<style>
a { background-color: #423B04; }
a { background-color: rgb(66,59,4); }
div.DivClassName
{
background-color: #423B04;
}
.BgClassName
{
background-color: #423B04;
}
</style>
border-color css
<style>
span { border-color: #423B04; }
span { border-color: rgb(66,59,4); }
td.TdClassName
{
border-color: #423B04;
}
.TagClassName
{
border-color: #423B04;
}
</style>