Shades of Madras #423F1C
Tints of Madras #423F1C
RGB
CMYK
RGB Variations
Color information
#423F1C (or 0x423F1C) is known color: Madras. HEX triplet: 42, 3F and 1C. RGB value is (66,63,28). Sum of RGB (Red+Green+Blue) = 66+63+28=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #423F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F1C is #BDC0E3. Grayscale: #3C3C3C. Windows color (decimal): -12435684 or 1851202. OLE color: 1851202.
HSL color Cylindrical-coordinate representation of color #423F1C: hue angle of 55.26º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423F1C is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 28 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.74 |
| HSL | 55.26º | 0.4% | 0.18% | - |
| HSV(B) | 55.26º | 0.58% | 0.26% | - |
| XYZ | 4.23 | 4.8 | 1.8 | - |
| YUV | 59.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 28 | 0 | 0.05 | 0.58 | 0.74 | 55.26 | 0.4 | 0.18 |
| Hex | 42 | 3F | 1C | 0 | 5 | 3A | 4A | 37 | 28 | 12 |
| Octal | 102 | 77 | 34 | 0 | 5 | 72 | 112 | 67 | 50 | 22 |
| Binary | 1000010 | 111111 | 11100 | 0 | 101 | 111010 | 1001010 | 110111 | 101000 | 10010 |
Color Harmonies of #423F1C
Complementary color
Monochromatic Colors of #423F1C
Black with #423F1C
Text Example
Text Example
White with #423F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F1C; }
p { color: rgb(66,63,28); }
H1.HeaderClassName
{
color: #423F1C;
}
.AnyTagClassName
{
color: #423F1C;
}
</style>
background-color css
<style>
a { background-color: #423F1C; }
a { background-color: rgb(66,63,28); }
div.DivClassName
{
background-color: #423F1C;
}
.BgClassName
{
background-color: #423F1C;
}
</style>
border-color css
<style>
span { border-color: #423F1C; }
span { border-color: rgb(66,63,28); }
td.TdClassName
{
border-color: #423F1C;
}
.TagClassName
{
border-color: #423F1C;
}
</style>