Shades of Madras #423C18
Tints of Madras #423C18
RGB
CMYK
RGB Variations
Color information
#423C18 (or 0x423C18) is known color: Madras. HEX triplet: 42, 3C and 18. RGB value is (66,60,24). Sum of RGB (Red+Green+Blue) = 66+60+24=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #423C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C18 is #BDC3E7. Grayscale: #393939. Windows color (decimal): -12436456 or 1588290. OLE color: 1588290.
HSL color Cylindrical-coordinate representation of color #423C18: hue angle of 51.43º 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 #423C18 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 24 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.74 |
| HSL | 51.43º | 0.47% | 0.18% | - |
| HSV(B) | 51.43º | 0.64% | 0.26% | - |
| XYZ | 4.03 | 4.46 | 1.51 | - |
| YUV | 57.69 | 108.99 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 24 | 0 | 0.09 | 0.64 | 0.74 | 51.43 | 0.47 | 0.18 |
| Hex | 42 | 3C | 18 | 0 | 9 | 40 | 4A | 33 | 2F | 12 |
| Octal | 102 | 74 | 30 | 0 | 11 | 100 | 112 | 63 | 57 | 22 |
| Binary | 1000010 | 111100 | 11000 | 0 | 1001 | 1000000 | 1001010 | 110011 | 101111 | 10010 |
Color Harmonies of #423C18
Complementary color
Monochromatic Colors of #423C18
Black with #423C18
Text Example
Text Example
White with #423C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C18; }
p { color: rgb(66,60,24); }
H1.HeaderClassName
{
color: #423C18;
}
.AnyTagClassName
{
color: #423C18;
}
</style>
background-color css
<style>
a { background-color: #423C18; }
a { background-color: rgb(66,60,24); }
div.DivClassName
{
background-color: #423C18;
}
.BgClassName
{
background-color: #423C18;
}
</style>
border-color css
<style>
span { border-color: #423C18; }
span { border-color: rgb(66,60,24); }
td.TdClassName
{
border-color: #423C18;
}
.TagClassName
{
border-color: #423C18;
}
</style>