Shades of Madras #423C20
Tints of Madras #423C20
RGB
CMYK
RGB Variations
Color information
#423C20 (or 0x423C20) is known color: Madras. HEX triplet: 42, 3C and 20. RGB value is (66,60,32). Sum of RGB (Red+Green+Blue) = 66+60+32=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #423C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423C20 is #BDC3DF. Grayscale: #3A3A3A. Windows color (decimal): -12436448 or 2112578. OLE color: 2112578.
HSL color Cylindrical-coordinate representation of color #423C20: hue angle of 49.41º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423C20 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 32 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.74 |
| HSL | 49.41º | 0.35% | 0.19% | - |
| HSV(B) | 49.41º | 0.52% | 0.26% | - |
| XYZ | 4.12 | 4.49 | 2.02 | - |
| YUV | 58.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 32 | 0 | 0.09 | 0.52 | 0.74 | 49.41 | 0.35 | 0.19 |
| Hex | 42 | 3C | 20 | 0 | 9 | 34 | 4A | 31 | 23 | 13 |
| Octal | 102 | 74 | 40 | 0 | 11 | 64 | 112 | 61 | 43 | 23 |
| Binary | 1000010 | 111100 | 100000 | 0 | 1001 | 110100 | 1001010 | 110001 | 100011 | 10011 |
Color Harmonies of #423C20
Complementary color
Monochromatic Colors of #423C20
Black with #423C20
Text Example
Text Example
White with #423C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C20; }
p { color: rgb(66,60,32); }
H1.HeaderClassName
{
color: #423C20;
}
.AnyTagClassName
{
color: #423C20;
}
</style>
background-color css
<style>
a { background-color: #423C20; }
a { background-color: rgb(66,60,32); }
div.DivClassName
{
background-color: #423C20;
}
.BgClassName
{
background-color: #423C20;
}
</style>
border-color css
<style>
span { border-color: #423C20; }
span { border-color: rgb(66,60,32); }
td.TdClassName
{
border-color: #423C20;
}
.TagClassName
{
border-color: #423C20;
}
</style>