Shades of Madras #423B19
Tints of Madras #423B19
RGB
CMYK
RGB Variations
Color information
#423B19 (or 0x423B19) is known color: Madras. HEX triplet: 42, 3B and 19. RGB value is (66,59,25). Sum of RGB (Red+Green+Blue) = 66+59+25=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 59 (23.44% from 255 or 39.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #423B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B19 is #BDC4E6. Grayscale: #393939. Windows color (decimal): -12436711 or 1653570. OLE color: 1653570.
HSL color Cylindrical-coordinate representation of color #423B19: hue angle of 49.76º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423B19 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 25 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.74 |
| HSL | 49.76º | 0.45% | 0.18% | - |
| HSV(B) | 49.76º | 0.62% | 0.26% | - |
| XYZ | 3.99 | 4.36 | 1.55 | - |
| YUV | 57.22 | 109.82 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 25 | 0 | 0.11 | 0.62 | 0.74 | 49.76 | 0.45 | 0.18 |
| Hex | 42 | 3B | 19 | 0 | B | 3E | 4A | 32 | 2D | 12 |
| Octal | 102 | 73 | 31 | 0 | 13 | 76 | 112 | 62 | 55 | 22 |
| Binary | 1000010 | 111011 | 11001 | 0 | 1011 | 111110 | 1001010 | 110010 | 101101 | 10010 |
Color Harmonies of #423B19
Complementary color
Monochromatic Colors of #423B19
Black with #423B19
Text Example
Text Example
White with #423B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B19; }
p { color: rgb(66,59,25); }
H1.HeaderClassName
{
color: #423B19;
}
.AnyTagClassName
{
color: #423B19;
}
</style>
background-color css
<style>
a { background-color: #423B19; }
a { background-color: rgb(66,59,25); }
div.DivClassName
{
background-color: #423B19;
}
.BgClassName
{
background-color: #423B19;
}
</style>
border-color css
<style>
span { border-color: #423B19; }
span { border-color: rgb(66,59,25); }
td.TdClassName
{
border-color: #423B19;
}
.TagClassName
{
border-color: #423B19;
}
</style>