Shades of Madras #423B18
Tints of Madras #423B18
RGB
CMYK
RGB Variations
Color information
#423B18 (or 0x423B18) is known color: Madras. HEX triplet: 42, 3B and 18. RGB value is (66,59,24). Sum of RGB (Red+Green+Blue) = 66+59+24=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #423B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B18 is #BDC4E7. Grayscale: #393939. Windows color (decimal): -12436712 or 1588034. OLE color: 1588034.
HSL color Cylindrical-coordinate representation of color #423B18: hue angle of 50º 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 #423B18 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 24 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.74 |
| HSL | 50º | 0.47% | 0.18% | - |
| HSV(B) | 50º | 0.64% | 0.26% | - |
| XYZ | 3.98 | 4.35 | 1.49 | - |
| YUV | 57.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 24 | 0 | 0.11 | 0.64 | 0.74 | 50 | 0.47 | 0.18 |
| Hex | 42 | 3B | 18 | 0 | B | 40 | 4A | 32 | 2F | 12 |
| Octal | 102 | 73 | 30 | 0 | 13 | 100 | 112 | 62 | 57 | 22 |
| Binary | 1000010 | 111011 | 11000 | 0 | 1011 | 1000000 | 1001010 | 110010 | 101111 | 10010 |
Color Harmonies of #423B18
Complementary color
Monochromatic Colors of #423B18
Black with #423B18
Text Example
Text Example
White with #423B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B18; }
p { color: rgb(66,59,24); }
H1.HeaderClassName
{
color: #423B18;
}
.AnyTagClassName
{
color: #423B18;
}
</style>
background-color css
<style>
a { background-color: #423B18; }
a { background-color: rgb(66,59,24); }
div.DivClassName
{
background-color: #423B18;
}
.BgClassName
{
background-color: #423B18;
}
</style>
border-color css
<style>
span { border-color: #423B18; }
span { border-color: rgb(66,59,24); }
td.TdClassName
{
border-color: #423B18;
}
.TagClassName
{
border-color: #423B18;
}
</style>