Shades of Madras #423F0F
Tints of Madras #423F0F
RGB
CMYK
RGB Variations
Color information
#423F0F (or 0x423F0F) is known color: Madras. HEX triplet: 42, 3F and 0F. RGB value is (66,63,15). Sum of RGB (Red+Green+Blue) = 66+63+15=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #423F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423F0F is #BDC0F0. Grayscale: #3A3A3A. Windows color (decimal): -12435697 or 999234. OLE color: 999234.
HSL color Cylindrical-coordinate representation of color #423F0F: hue angle of 56.47º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #423F0F is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 15 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.74 |
| HSL | 56.47º | 0.63% | 0.16% | - |
| HSV(B) | 56.47º | 0.77% | 0.26% | - |
| XYZ | 4.11 | 4.75 | 1.15 | - |
| YUV | 58.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 15 | 0 | 0.05 | 0.77 | 0.74 | 56.47 | 0.63 | 0.16 |
| Hex | 42 | 3F | F | 0 | 5 | 4D | 4A | 38 | 3F | 10 |
| Octal | 102 | 77 | 17 | 0 | 5 | 115 | 112 | 70 | 77 | 20 |
| Binary | 1000010 | 111111 | 1111 | 0 | 101 | 1001101 | 1001010 | 111000 | 111111 | 10000 |
Color Harmonies of #423F0F
Complementary color
Monochromatic Colors of #423F0F
Black with #423F0F
Text Example
Text Example
White with #423F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F0F; }
p { color: rgb(66,63,15); }
H1.HeaderClassName
{
color: #423F0F;
}
.AnyTagClassName
{
color: #423F0F;
}
</style>
background-color css
<style>
a { background-color: #423F0F; }
a { background-color: rgb(66,63,15); }
div.DivClassName
{
background-color: #423F0F;
}
.BgClassName
{
background-color: #423F0F;
}
</style>
border-color css
<style>
span { border-color: #423F0F; }
span { border-color: rgb(66,63,15); }
td.TdClassName
{
border-color: #423F0F;
}
.TagClassName
{
border-color: #423F0F;
}
</style>