Shades of Madras #423A1C
Tints of Madras #423A1C
RGB
CMYK
RGB Variations
Color information
#423A1C (or 0x423A1C) is known color: Madras. HEX triplet: 42, 3A and 1C. RGB value is (66,58,28). Sum of RGB (Red+Green+Blue) = 66+58+28=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #423A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A1C is #BDC5E3. Grayscale: #393939. Windows color (decimal): -12436964 or 1849922. OLE color: 1849922.
HSL color Cylindrical-coordinate representation of color #423A1C: hue angle of 47.37º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423A1C is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 28 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.74 |
| HSL | 47.37º | 0.4% | 0.18% | - |
| HSV(B) | 47.37º | 0.58% | 0.26% | - |
| XYZ | 3.97 | 4.27 | 1.71 | - |
| YUV | 56.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 28 | 0 | 0.12 | 0.58 | 0.74 | 47.37 | 0.4 | 0.18 |
| Hex | 42 | 3A | 1C | 0 | C | 3A | 4A | 2F | 28 | 12 |
| Octal | 102 | 72 | 34 | 0 | 14 | 72 | 112 | 57 | 50 | 22 |
| Binary | 1000010 | 111010 | 11100 | 0 | 1100 | 111010 | 1001010 | 101111 | 101000 | 10010 |
Color Harmonies of #423A1C
Complementary color
Monochromatic Colors of #423A1C
Black with #423A1C
Text Example
Text Example
White with #423A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A1C; }
p { color: rgb(66,58,28); }
H1.HeaderClassName
{
color: #423A1C;
}
.AnyTagClassName
{
color: #423A1C;
}
</style>
background-color css
<style>
a { background-color: #423A1C; }
a { background-color: rgb(66,58,28); }
div.DivClassName
{
background-color: #423A1C;
}
.BgClassName
{
background-color: #423A1C;
}
</style>
border-color css
<style>
span { border-color: #423A1C; }
span { border-color: rgb(66,58,28); }
td.TdClassName
{
border-color: #423A1C;
}
.TagClassName
{
border-color: #423A1C;
}
</style>