Shades of Madras #423E1F
Tints of Madras #423E1F
RGB
CMYK
RGB Variations
Color information
#423E1F (or 0x423E1F) is known color: Madras. HEX triplet: 42, 3E and 1F. RGB value is (66,62,31). Sum of RGB (Red+Green+Blue) = 66+62+31=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #423E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423E1F is #BDC1E0. Grayscale: #3B3B3B. Windows color (decimal): -12435937 or 2047554. OLE color: 2047554.
HSL color Cylindrical-coordinate representation of color #423E1F: hue angle of 53.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #423E1F is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 62 | 31 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.74 |
| HSL | 53.14º | 0.36% | 0.19% | - |
| HSV(B) | 53.14º | 0.53% | 0.26% | - |
| XYZ | 4.22 | 4.7 | 1.98 | - |
| YUV | 59.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 31 | 0 | 0.06 | 0.53 | 0.74 | 53.14 | 0.36 | 0.19 |
| Hex | 42 | 3E | 1F | 0 | 6 | 35 | 4A | 35 | 24 | 13 |
| Octal | 102 | 76 | 37 | 0 | 6 | 65 | 112 | 65 | 44 | 23 |
| Binary | 1000010 | 111110 | 11111 | 0 | 110 | 110101 | 1001010 | 110101 | 100100 | 10011 |
Color Harmonies of #423E1F
Complementary color
Monochromatic Colors of #423E1F
Black with #423E1F
Text Example
Text Example
White with #423E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E1F; }
p { color: rgb(66,62,31); }
H1.HeaderClassName
{
color: #423E1F;
}
.AnyTagClassName
{
color: #423E1F;
}
</style>
background-color css
<style>
a { background-color: #423E1F; }
a { background-color: rgb(66,62,31); }
div.DivClassName
{
background-color: #423E1F;
}
.BgClassName
{
background-color: #423E1F;
}
</style>
border-color css
<style>
span { border-color: #423E1F; }
span { border-color: rgb(66,62,31); }
td.TdClassName
{
border-color: #423E1F;
}
.TagClassName
{
border-color: #423E1F;
}
</style>