Shades of Madras #423B07
Tints of Madras #423B07
RGB
CMYK
RGB Variations
Color information
#423B07 (or 0x423B07) is known color: Madras. HEX triplet: 42, 3B and 07. RGB value is (66,59,7). Sum of RGB (Red+Green+Blue) = 66+59+7=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #423B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B07 is #BDC4F8. Grayscale: #373737. Windows color (decimal): -12436729 or 473922. OLE color: 473922.
HSL color Cylindrical-coordinate representation of color #423B07: hue angle of 52.88º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #423B07 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 7 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.74 |
| HSL | 52.88º | 0.81% | 0.14% | - |
| HSV(B) | 52.88º | 0.89% | 0.26% | - |
| XYZ | 3.85 | 4.3 | 0.83 | - |
| YUV | 55.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 7 | 0 | 0.11 | 0.89 | 0.74 | 52.88 | 0.81 | 0.14 |
| Hex | 42 | 3B | 7 | 0 | B | 59 | 4A | 35 | 51 | E |
| Octal | 102 | 73 | 7 | 0 | 13 | 131 | 112 | 65 | 121 | 16 |
| Binary | 1000010 | 111011 | 111 | 0 | 1011 | 1011001 | 1001010 | 110101 | 1010001 | 1110 |
Color Harmonies of #423B07
Complementary color
Monochromatic Colors of #423B07
Black with #423B07
Text Example
Text Example
White with #423B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B07; }
p { color: rgb(66,59,7); }
H1.HeaderClassName
{
color: #423B07;
}
.AnyTagClassName
{
color: #423B07;
}
</style>
background-color css
<style>
a { background-color: #423B07; }
a { background-color: rgb(66,59,7); }
div.DivClassName
{
background-color: #423B07;
}
.BgClassName
{
background-color: #423B07;
}
</style>
border-color css
<style>
span { border-color: #423B07; }
span { border-color: rgb(66,59,7); }
td.TdClassName
{
border-color: #423B07;
}
.TagClassName
{
border-color: #423B07;
}
</style>