Shades of Madras #423A09
Tints of Madras #423A09
RGB
CMYK
RGB Variations
Color information
#423A09 (or 0x423A09) is known color: Madras. HEX triplet: 42, 3A and 09. RGB value is (66,58,9). Sum of RGB (Red+Green+Blue) = 66+58+9=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #423A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423A09 is #BDC5F6. Grayscale: #373737. Windows color (decimal): -12436983 or 604738. OLE color: 604738.
HSL color Cylindrical-coordinate representation of color #423A09: hue angle of 51.58º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #423A09 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 9 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.74 |
| HSL | 51.58º | 0.76% | 0.15% | - |
| HSV(B) | 51.58º | 0.86% | 0.26% | - |
| XYZ | 3.81 | 4.2 | 0.87 | - |
| YUV | 54.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 9 | 0 | 0.12 | 0.86 | 0.74 | 51.58 | 0.76 | 0.15 |
| Hex | 42 | 3A | 9 | 0 | C | 56 | 4A | 34 | 4C | F |
| Octal | 102 | 72 | 11 | 0 | 14 | 126 | 112 | 64 | 114 | 17 |
| Binary | 1000010 | 111010 | 1001 | 0 | 1100 | 1010110 | 1001010 | 110100 | 1001100 | 1111 |
Color Harmonies of #423A09
Complementary color
Monochromatic Colors of #423A09
Black with #423A09
Text Example
Text Example
White with #423A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A09; }
p { color: rgb(66,58,9); }
H1.HeaderClassName
{
color: #423A09;
}
.AnyTagClassName
{
color: #423A09;
}
</style>
background-color css
<style>
a { background-color: #423A09; }
a { background-color: rgb(66,58,9); }
div.DivClassName
{
background-color: #423A09;
}
.BgClassName
{
background-color: #423A09;
}
</style>
border-color css
<style>
span { border-color: #423A09; }
span { border-color: rgb(66,58,9); }
td.TdClassName
{
border-color: #423A09;
}
.TagClassName
{
border-color: #423A09;
}
</style>