Shades of Madras #423D20
Tints of Madras #423D20
RGB
CMYK
RGB Variations
Color information
#423D20 (or 0x423D20) is known color: Madras. HEX triplet: 42, 3D and 20. RGB value is (66,61,32). Sum of RGB (Red+Green+Blue) = 66+61+32=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 61 (24.22% from 255 or 38.36% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #423D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D20 is #BDC2DF. Grayscale: #3B3B3B. Windows color (decimal): -12436192 or 2112834. OLE color: 2112834.
HSL color Cylindrical-coordinate representation of color #423D20: hue angle of 51.18º 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 #423D20 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 32 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.74 |
| HSL | 51.18º | 0.35% | 0.19% | - |
| HSV(B) | 51.18º | 0.52% | 0.26% | - |
| XYZ | 4.18 | 4.6 | 2.03 | - |
| YUV | 59.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 32 | 0 | 0.08 | 0.52 | 0.74 | 51.18 | 0.35 | 0.19 |
| Hex | 42 | 3D | 20 | 0 | 8 | 34 | 4A | 33 | 23 | 13 |
| Octal | 102 | 75 | 40 | 0 | 10 | 64 | 112 | 63 | 43 | 23 |
| Binary | 1000010 | 111101 | 100000 | 0 | 1000 | 110100 | 1001010 | 110011 | 100011 | 10011 |
Color Harmonies of #423D20
Complementary color
Monochromatic Colors of #423D20
Black with #423D20
Text Example
Text Example
White with #423D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D20; }
p { color: rgb(66,61,32); }
H1.HeaderClassName
{
color: #423D20;
}
.AnyTagClassName
{
color: #423D20;
}
</style>
background-color css
<style>
a { background-color: #423D20; }
a { background-color: rgb(66,61,32); }
div.DivClassName
{
background-color: #423D20;
}
.BgClassName
{
background-color: #423D20;
}
</style>
border-color css
<style>
span { border-color: #423D20; }
span { border-color: rgb(66,61,32); }
td.TdClassName
{
border-color: #423D20;
}
.TagClassName
{
border-color: #423D20;
}
</style>