Shades of Madras #423D18
Tints of Madras #423D18
RGB
CMYK
RGB Variations
Color information
#423D18 (or 0x423D18) is known color: Madras. HEX triplet: 42, 3D and 18. RGB value is (66,61,24). Sum of RGB (Red+Green+Blue) = 66+61+24=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #423D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423D18 is #BDC2E7. Grayscale: #3A3A3A. Windows color (decimal): -12436200 or 1588546. OLE color: 1588546.
HSL color Cylindrical-coordinate representation of color #423D18: hue angle of 52.86º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #423D18 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 61 | 24 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.74 |
| HSL | 52.86º | 0.47% | 0.18% | - |
| HSV(B) | 52.86º | 0.64% | 0.26% | - |
| XYZ | 4.08 | 4.56 | 1.53 | - |
| YUV | 58.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 24 | 0 | 0.08 | 0.64 | 0.74 | 52.86 | 0.47 | 0.18 |
| Hex | 42 | 3D | 18 | 0 | 8 | 40 | 4A | 35 | 2F | 12 |
| Octal | 102 | 75 | 30 | 0 | 10 | 100 | 112 | 65 | 57 | 22 |
| Binary | 1000010 | 111101 | 11000 | 0 | 1000 | 1000000 | 1001010 | 110101 | 101111 | 10010 |
Color Harmonies of #423D18
Complementary color
Monochromatic Colors of #423D18
Black with #423D18
Text Example
Text Example
White with #423D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423D18; }
p { color: rgb(66,61,24); }
H1.HeaderClassName
{
color: #423D18;
}
.AnyTagClassName
{
color: #423D18;
}
</style>
background-color css
<style>
a { background-color: #423D18; }
a { background-color: rgb(66,61,24); }
div.DivClassName
{
background-color: #423D18;
}
.BgClassName
{
background-color: #423D18;
}
</style>
border-color css
<style>
span { border-color: #423D18; }
span { border-color: rgb(66,61,24); }
td.TdClassName
{
border-color: #423D18;
}
.TagClassName
{
border-color: #423D18;
}
</style>