Shades of Madras #423D00
Tints of Madras #423D00
RGB
CMYK
RGB Variations
Color information
#423D00 (or 0x423D00) is known color: Madras. HEX triplet: 42, 3D and 00. RGB value is (66,61,0). Sum of RGB (Red+Green+Blue) = 66+61+0=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #423D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D00 is #BDC2FF. Grayscale: #373737. Windows color (decimal): -12436224 or 15682. OLE color: 15682.
HSL color Cylindrical-coordinate representation of color #423D00: hue angle of 55.45º 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 #423D00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.74 |
| HSL | 55.45º | 1% | 0.13% | - |
| HSV(B) | 55.45º | 1% | 0.26% | - |
| XYZ | 3.92 | 4.5 | 0.66 | - |
| YUV | 55.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 0 | 0 | 0.08 | 1 | 0.74 | 55.45 | 1 | 0.13 |
| Hex | 42 | 3D | 0 | 0 | 8 | 64 | 4A | 37 | 64 | D |
| Octal | 102 | 75 | 0 | 0 | 10 | 144 | 112 | 67 | 144 | 15 |
| Binary | 1000010 | 111101 | 0 | 0 | 1000 | 1100100 | 1001010 | 110111 | 1100100 | 1101 |
Color Harmonies of #423D00
Complementary color
Monochromatic Colors of #423D00
Black with #423D00
Text Example
Text Example
White with #423D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D00; }
p { color: rgb(66,61,0); }
H1.HeaderClassName
{
color: #423D00;
}
.AnyTagClassName
{
color: #423D00;
}
</style>
background-color css
<style>
a { background-color: #423D00; }
a { background-color: rgb(66,61,0); }
div.DivClassName
{
background-color: #423D00;
}
.BgClassName
{
background-color: #423D00;
}
</style>
border-color css
<style>
span { border-color: #423D00; }
span { border-color: rgb(66,61,0); }
td.TdClassName
{
border-color: #423D00;
}
.TagClassName
{
border-color: #423D00;
}
</style>