Shades of Madras #423E1A
Tints of Madras #423E1A
RGB
CMYK
RGB Variations
Color information
#423E1A (or 0x423E1A) is known color: Madras. HEX triplet: 42, 3E and 1A. RGB value is (66,62,26). Sum of RGB (Red+Green+Blue) = 66+62+26=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #423E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E1A is #BDC1E5. Grayscale: #3B3B3B. Windows color (decimal): -12435942 or 1719874. OLE color: 1719874.
HSL color Cylindrical-coordinate representation of color #423E1A: hue angle of 54º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #423E1A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 62 | 26 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.74 |
| HSL | 54º | 0.43% | 0.18% | - |
| HSV(B) | 54º | 0.61% | 0.26% | - |
| XYZ | 4.16 | 4.68 | 1.66 | - |
| YUV | 59.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 26 | 0 | 0.06 | 0.61 | 0.74 | 54 | 0.43 | 0.18 |
| Hex | 42 | 3E | 1A | 0 | 6 | 3D | 4A | 36 | 2B | 12 |
| Octal | 102 | 76 | 32 | 0 | 6 | 75 | 112 | 66 | 53 | 22 |
| Binary | 1000010 | 111110 | 11010 | 0 | 110 | 111101 | 1001010 | 110110 | 101011 | 10010 |
Color Harmonies of #423E1A
Complementary color
Monochromatic Colors of #423E1A
Black with #423E1A
Text Example
Text Example
White with #423E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E1A; }
p { color: rgb(66,62,26); }
H1.HeaderClassName
{
color: #423E1A;
}
.AnyTagClassName
{
color: #423E1A;
}
</style>
background-color css
<style>
a { background-color: #423E1A; }
a { background-color: rgb(66,62,26); }
div.DivClassName
{
background-color: #423E1A;
}
.BgClassName
{
background-color: #423E1A;
}
</style>
border-color css
<style>
span { border-color: #423E1A; }
span { border-color: rgb(66,62,26); }
td.TdClassName
{
border-color: #423E1A;
}
.TagClassName
{
border-color: #423E1A;
}
</style>