Shades of Madras #423C0E
Tints of Madras #423C0E
RGB
CMYK
RGB Variations
Color information
#423C0E (or 0x423C0E) is known color: Madras. HEX triplet: 42, 3C and 0E. RGB value is (66,60,14). Sum of RGB (Red+Green+Blue) = 66+60+14=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #423C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C0E is #BDC3F1. Grayscale: #383838. Windows color (decimal): -12436466 or 932930. OLE color: 932930.
HSL color Cylindrical-coordinate representation of color #423C0E: hue angle of 53.08º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #423C0E is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 14 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.74 |
| HSL | 53.08º | 0.65% | 0.16% | - |
| HSV(B) | 53.08º | 0.79% | 0.26% | - |
| XYZ | 3.94 | 4.42 | 1.06 | - |
| YUV | 56.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 14 | 0 | 0.09 | 0.79 | 0.74 | 53.08 | 0.65 | 0.16 |
| Hex | 42 | 3C | E | 0 | 9 | 4F | 4A | 35 | 41 | 10 |
| Octal | 102 | 74 | 16 | 0 | 11 | 117 | 112 | 65 | 101 | 20 |
| Binary | 1000010 | 111100 | 1110 | 0 | 1001 | 1001111 | 1001010 | 110101 | 1000001 | 10000 |
Color Harmonies of #423C0E
Complementary color
Monochromatic Colors of #423C0E
Black with #423C0E
Text Example
Text Example
White with #423C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C0E; }
p { color: rgb(66,60,14); }
H1.HeaderClassName
{
color: #423C0E;
}
.AnyTagClassName
{
color: #423C0E;
}
</style>
background-color css
<style>
a { background-color: #423C0E; }
a { background-color: rgb(66,60,14); }
div.DivClassName
{
background-color: #423C0E;
}
.BgClassName
{
background-color: #423C0E;
}
</style>
border-color css
<style>
span { border-color: #423C0E; }
span { border-color: rgb(66,60,14); }
td.TdClassName
{
border-color: #423C0E;
}
.TagClassName
{
border-color: #423C0E;
}
</style>