Shades of Madras #423F1E
Tints of Madras #423F1E
RGB
CMYK
RGB Variations
Color information
#423F1E (or 0x423F1E) is known color: Madras. HEX triplet: 42, 3F and 1E. RGB value is (66,63,30). Sum of RGB (Red+Green+Blue) = 66+63+30=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #423F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F1E is #BDC0E1. Grayscale: #3C3C3C. Windows color (decimal): -12435682 or 1982274. OLE color: 1982274.
HSL color Cylindrical-coordinate representation of color #423F1E: hue angle of 55º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #423F1E is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 63 | 30 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.74 |
| HSL | 55º | 0.38% | 0.19% | - |
| HSV(B) | 55º | 0.55% | 0.26% | - |
| XYZ | 4.26 | 4.81 | 1.93 | - |
| YUV | 60.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 30 | 0 | 0.05 | 0.55 | 0.74 | 55 | 0.38 | 0.19 |
| Hex | 42 | 3F | 1E | 0 | 5 | 37 | 4A | 37 | 26 | 13 |
| Octal | 102 | 77 | 36 | 0 | 5 | 67 | 112 | 67 | 46 | 23 |
| Binary | 1000010 | 111111 | 11110 | 0 | 101 | 110111 | 1001010 | 110111 | 100110 | 10011 |
Color Harmonies of #423F1E
Complementary color
Monochromatic Colors of #423F1E
Black with #423F1E
Text Example
Text Example
White with #423F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F1E; }
p { color: rgb(66,63,30); }
H1.HeaderClassName
{
color: #423F1E;
}
.AnyTagClassName
{
color: #423F1E;
}
</style>
background-color css
<style>
a { background-color: #423F1E; }
a { background-color: rgb(66,63,30); }
div.DivClassName
{
background-color: #423F1E;
}
.BgClassName
{
background-color: #423F1E;
}
</style>
border-color css
<style>
span { border-color: #423F1E; }
span { border-color: rgb(66,63,30); }
td.TdClassName
{
border-color: #423F1E;
}
.TagClassName
{
border-color: #423F1E;
}
</style>