Shades of Madras #423F07
Tints of Madras #423F07
RGB
CMYK
RGB Variations
Color information
#423F07 (or 0x423F07) is known color: Madras. HEX triplet: 42, 3F and 07. RGB value is (66,63,7). Sum of RGB (Red+Green+Blue) = 66+63+7=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 7 (3.12% from 255 or 5.15% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #423F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F07 is #BDC0F8. Grayscale: #393939. Windows color (decimal): -12435705 or 474946. OLE color: 474946.
HSL color Cylindrical-coordinate representation of color #423F07: hue angle of 56.95º 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 #423F07 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 7 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.74 |
| HSL | 56.95º | 0.81% | 0.14% | - |
| HSV(B) | 56.95º | 0.89% | 0.26% | - |
| XYZ | 4.06 | 4.73 | 0.9 | - |
| YUV | 57.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 7 | 0 | 0.05 | 0.89 | 0.74 | 56.95 | 0.81 | 0.14 |
| Hex | 42 | 3F | 7 | 0 | 5 | 59 | 4A | 39 | 51 | E |
| Octal | 102 | 77 | 7 | 0 | 5 | 131 | 112 | 71 | 121 | 16 |
| Binary | 1000010 | 111111 | 111 | 0 | 101 | 1011001 | 1001010 | 111001 | 1010001 | 1110 |
Color Harmonies of #423F07
Complementary color
Monochromatic Colors of #423F07
Black with #423F07
Text Example
Text Example
White with #423F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F07; }
p { color: rgb(66,63,7); }
H1.HeaderClassName
{
color: #423F07;
}
.AnyTagClassName
{
color: #423F07;
}
</style>
background-color css
<style>
a { background-color: #423F07; }
a { background-color: rgb(66,63,7); }
div.DivClassName
{
background-color: #423F07;
}
.BgClassName
{
background-color: #423F07;
}
</style>
border-color css
<style>
span { border-color: #423F07; }
span { border-color: rgb(66,63,7); }
td.TdClassName
{
border-color: #423F07;
}
.TagClassName
{
border-color: #423F07;
}
</style>