Shades of Madras #423D10
Tints of Madras #423D10
RGB
CMYK
RGB Variations
Color information
#423D10 (or 0x423D10) is known color: Madras. HEX triplet: 42, 3D and 10. RGB value is (66,61,16). Sum of RGB (Red+Green+Blue) = 66+61+16=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #423D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D10 is #BDC2EF. Grayscale: #393939. Windows color (decimal): -12436208 or 1064258. OLE color: 1064258.
HSL color Cylindrical-coordinate representation of color #423D10: hue angle of 54º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423D10 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 16 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.74 |
| HSL | 54º | 0.61% | 0.16% | - |
| HSV(B) | 54º | 0.76% | 0.26% | - |
| XYZ | 4.01 | 4.53 | 1.15 | - |
| YUV | 57.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 16 | 0 | 0.08 | 0.76 | 0.74 | 54 | 0.61 | 0.16 |
| Hex | 42 | 3D | 10 | 0 | 8 | 4C | 4A | 36 | 3D | 10 |
| Octal | 102 | 75 | 20 | 0 | 10 | 114 | 112 | 66 | 75 | 20 |
| Binary | 1000010 | 111101 | 10000 | 0 | 1000 | 1001100 | 1001010 | 110110 | 111101 | 10000 |
Color Harmonies of #423D10
Complementary color
Monochromatic Colors of #423D10
Black with #423D10
Text Example
Text Example
White with #423D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D10; }
p { color: rgb(66,61,16); }
H1.HeaderClassName
{
color: #423D10;
}
.AnyTagClassName
{
color: #423D10;
}
</style>
background-color css
<style>
a { background-color: #423D10; }
a { background-color: rgb(66,61,16); }
div.DivClassName
{
background-color: #423D10;
}
.BgClassName
{
background-color: #423D10;
}
</style>
border-color css
<style>
span { border-color: #423D10; }
span { border-color: rgb(66,61,16); }
td.TdClassName
{
border-color: #423D10;
}
.TagClassName
{
border-color: #423D10;
}
</style>