Shades of Madras #423D11
Tints of Madras #423D11
RGB
CMYK
RGB Variations
Color information
#423D11 (or 0x423D11) is known color: Madras. HEX triplet: 42, 3D and 11. RGB value is (66,61,17). Sum of RGB (Red+Green+Blue) = 66+61+17=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #423D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D11 is #BDC2EE. Grayscale: #393939. Windows color (decimal): -12436207 or 1129794. OLE color: 1129794.
HSL color Cylindrical-coordinate representation of color #423D11: hue angle of 53.88º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423D11 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 17 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.74 |
| HSL | 53.88º | 0.59% | 0.16% | - |
| HSV(B) | 53.88º | 0.74% | 0.26% | - |
| XYZ | 4.02 | 4.54 | 1.19 | - |
| YUV | 57.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 17 | 0 | 0.08 | 0.74 | 0.74 | 53.88 | 0.59 | 0.16 |
| Hex | 42 | 3D | 11 | 0 | 8 | 4A | 4A | 36 | 3B | 10 |
| Octal | 102 | 75 | 21 | 0 | 10 | 112 | 112 | 66 | 73 | 20 |
| Binary | 1000010 | 111101 | 10001 | 0 | 1000 | 1001010 | 1001010 | 110110 | 111011 | 10000 |
Color Harmonies of #423D11
Complementary color
Monochromatic Colors of #423D11
Black with #423D11
Text Example
Text Example
White with #423D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D11; }
p { color: rgb(66,61,17); }
H1.HeaderClassName
{
color: #423D11;
}
.AnyTagClassName
{
color: #423D11;
}
</style>
background-color css
<style>
a { background-color: #423D11; }
a { background-color: rgb(66,61,17); }
div.DivClassName
{
background-color: #423D11;
}
.BgClassName
{
background-color: #423D11;
}
</style>
border-color css
<style>
span { border-color: #423D11; }
span { border-color: rgb(66,61,17); }
td.TdClassName
{
border-color: #423D11;
}
.TagClassName
{
border-color: #423D11;
}
</style>