Shades of Madras #423A00
Tints of Madras #423A00
RGB
CMYK
RGB Variations
Color information
#423A00 (or 0x423A00) is known color: Madras. HEX triplet: 42, 3A and 00. RGB value is (66,58,0). Sum of RGB (Red+Green+Blue) = 66+58+0=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #423A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A00 is #BDC5FF. Grayscale: #363636. Windows color (decimal): -12436992 or 14914. OLE color: 14914.
HSL color Cylindrical-coordinate representation of color #423A00: hue angle of 52.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #423A00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.74 |
| HSL | 52.73º | 1% | 0.13% | - |
| HSV(B) | 52.73º | 1% | 0.26% | - |
| XYZ | 3.76 | 4.18 | 0.61 | - |
| YUV | 53.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 0 | 0 | 0.12 | 1 | 0.74 | 52.73 | 1 | 0.13 |
| Hex | 42 | 3A | 0 | 0 | C | 64 | 4A | 35 | 64 | D |
| Octal | 102 | 72 | 0 | 0 | 14 | 144 | 112 | 65 | 144 | 15 |
| Binary | 1000010 | 111010 | 0 | 0 | 1100 | 1100100 | 1001010 | 110101 | 1100100 | 1101 |
Color Harmonies of #423A00
Complementary color
Monochromatic Colors of #423A00
Black with #423A00
Text Example
Text Example
White with #423A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A00; }
p { color: rgb(66,58,0); }
H1.HeaderClassName
{
color: #423A00;
}
.AnyTagClassName
{
color: #423A00;
}
</style>
background-color css
<style>
a { background-color: #423A00; }
a { background-color: rgb(66,58,0); }
div.DivClassName
{
background-color: #423A00;
}
.BgClassName
{
background-color: #423A00;
}
</style>
border-color css
<style>
span { border-color: #423A00; }
span { border-color: rgb(66,58,0); }
td.TdClassName
{
border-color: #423A00;
}
.TagClassName
{
border-color: #423A00;
}
</style>