Shades of Madras #423B26
Tints of Madras #423B26
RGB
CMYK
RGB Variations
Color information
#423B26 (or 0x423B26) is known color: Madras. HEX triplet: 42, 3B and 26. RGB value is (66,59,38). Sum of RGB (Red+Green+Blue) = 66+59+38=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #423B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B26 is #BDC4D9. Grayscale: #3A3A3A. Windows color (decimal): -12436698 or 2505538. OLE color: 2505538.
HSL color Cylindrical-coordinate representation of color #423B26: hue angle of 45º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423B26 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 38 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.74 |
| HSL | 45º | 0.27% | 0.2% | - |
| HSV(B) | 45º | 0.42% | 0.26% | - |
| XYZ | 4.16 | 4.43 | 2.47 | - |
| YUV | 58.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 38 | 0 | 0.11 | 0.42 | 0.74 | 45 | 0.27 | 0.2 |
| Hex | 42 | 3B | 26 | 0 | B | 2A | 4A | 2D | 1B | 14 |
| Octal | 102 | 73 | 46 | 0 | 13 | 52 | 112 | 55 | 33 | 24 |
| Binary | 1000010 | 111011 | 100110 | 0 | 1011 | 101010 | 1001010 | 101101 | 11011 | 10100 |
Color Harmonies of #423B26
Complementary color
Monochromatic Colors of #423B26
Black with #423B26
Text Example
Text Example
White with #423B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B26; }
p { color: rgb(66,59,38); }
H1.HeaderClassName
{
color: #423B26;
}
.AnyTagClassName
{
color: #423B26;
}
</style>
background-color css
<style>
a { background-color: #423B26; }
a { background-color: rgb(66,59,38); }
div.DivClassName
{
background-color: #423B26;
}
.BgClassName
{
background-color: #423B26;
}
</style>
border-color css
<style>
span { border-color: #423B26; }
span { border-color: rgb(66,59,38); }
td.TdClassName
{
border-color: #423B26;
}
.TagClassName
{
border-color: #423B26;
}
</style>