Shades of Madras #423C0F
Tints of Madras #423C0F
RGB
CMYK
RGB Variations
Color information
#423C0F (or 0x423C0F) is known color: Madras. HEX triplet: 42, 3C and 0F. RGB value is (66,60,15). Sum of RGB (Red+Green+Blue) = 66+60+15=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #423C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C0F is #BDC3F0. Grayscale: #383838. Windows color (decimal): -12436465 or 998466. OLE color: 998466.
HSL color Cylindrical-coordinate representation of color #423C0F: hue angle of 52.94º 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 #423C0F is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 15 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.74 |
| HSL | 52.94º | 0.63% | 0.16% | - |
| HSV(B) | 52.94º | 0.77% | 0.26% | - |
| XYZ | 3.95 | 4.42 | 1.1 | - |
| YUV | 56.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 15 | 0 | 0.09 | 0.77 | 0.74 | 52.94 | 0.63 | 0.16 |
| Hex | 42 | 3C | F | 0 | 9 | 4D | 4A | 35 | 3F | 10 |
| Octal | 102 | 74 | 17 | 0 | 11 | 115 | 112 | 65 | 77 | 20 |
| Binary | 1000010 | 111100 | 1111 | 0 | 1001 | 1001101 | 1001010 | 110101 | 111111 | 10000 |
Color Harmonies of #423C0F
Complementary color
Monochromatic Colors of #423C0F
Black with #423C0F
Text Example
Text Example
White with #423C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C0F; }
p { color: rgb(66,60,15); }
H1.HeaderClassName
{
color: #423C0F;
}
.AnyTagClassName
{
color: #423C0F;
}
</style>
background-color css
<style>
a { background-color: #423C0F; }
a { background-color: rgb(66,60,15); }
div.DivClassName
{
background-color: #423C0F;
}
.BgClassName
{
background-color: #423C0F;
}
</style>
border-color css
<style>
span { border-color: #423C0F; }
span { border-color: rgb(66,60,15); }
td.TdClassName
{
border-color: #423C0F;
}
.TagClassName
{
border-color: #423C0F;
}
</style>