Shades of Madras #423E0F
Tints of Madras #423E0F
RGB
CMYK
RGB Variations
Color information
#423E0F (or 0x423E0F) is known color: Madras. HEX triplet: 42, 3E and 0F. RGB value is (66,62,15). Sum of RGB (Red+Green+Blue) = 66+62+15=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #423E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423E0F is #BDC1F0. Grayscale: #3A3A3A. Windows color (decimal): -12435953 or 998978. OLE color: 998978.
HSL color Cylindrical-coordinate representation of color #423E0F: hue angle of 55.29º 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 #423E0F is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 62 | 15 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.74 |
| HSL | 55.29º | 0.63% | 0.16% | - |
| HSV(B) | 55.29º | 0.77% | 0.26% | - |
| XYZ | 4.06 | 4.64 | 1.13 | - |
| YUV | 57.84 | 103.83 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 15 | 0 | 0.06 | 0.77 | 0.74 | 55.29 | 0.63 | 0.16 |
| Hex | 42 | 3E | F | 0 | 6 | 4D | 4A | 37 | 3F | 10 |
| Octal | 102 | 76 | 17 | 0 | 6 | 115 | 112 | 67 | 77 | 20 |
| Binary | 1000010 | 111110 | 1111 | 0 | 110 | 1001101 | 1001010 | 110111 | 111111 | 10000 |
Color Harmonies of #423E0F
Complementary color
Monochromatic Colors of #423E0F
Black with #423E0F
Text Example
Text Example
White with #423E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E0F; }
p { color: rgb(66,62,15); }
H1.HeaderClassName
{
color: #423E0F;
}
.AnyTagClassName
{
color: #423E0F;
}
</style>
background-color css
<style>
a { background-color: #423E0F; }
a { background-color: rgb(66,62,15); }
div.DivClassName
{
background-color: #423E0F;
}
.BgClassName
{
background-color: #423E0F;
}
</style>
border-color css
<style>
span { border-color: #423E0F; }
span { border-color: rgb(66,62,15); }
td.TdClassName
{
border-color: #423E0F;
}
.TagClassName
{
border-color: #423E0F;
}
</style>