Shades of Madras #423A1D
Tints of Madras #423A1D
RGB
CMYK
RGB Variations
Color information
#423A1D (or 0x423A1D) is known color: Madras. HEX triplet: 42, 3A and 1D. RGB value is (66,58,29). Sum of RGB (Red+Green+Blue) = 66+58+29=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 66 - color contains mainly: red. Hex color #423A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423A1D is #BDC5E2. Grayscale: #393939. Windows color (decimal): -12436963 or 1915458. OLE color: 1915458.
HSL color Cylindrical-coordinate representation of color #423A1D: hue angle of 47.03º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423A1D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 58 | 29 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.74 |
| HSL | 47.03º | 0.39% | 0.19% | - |
| HSV(B) | 47.03º | 0.56% | 0.26% | - |
| XYZ | 3.98 | 4.27 | 1.78 | - |
| YUV | 57.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 29 | 0 | 0.12 | 0.56 | 0.74 | 47.03 | 0.39 | 0.19 |
| Hex | 42 | 3A | 1D | 0 | C | 38 | 4A | 2F | 27 | 13 |
| Octal | 102 | 72 | 35 | 0 | 14 | 70 | 112 | 57 | 47 | 23 |
| Binary | 1000010 | 111010 | 11101 | 0 | 1100 | 111000 | 1001010 | 101111 | 100111 | 10011 |
Color Harmonies of #423A1D
Complementary color
Monochromatic Colors of #423A1D
Black with #423A1D
Text Example
Text Example
White with #423A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423A1D; }
p { color: rgb(66,58,29); }
H1.HeaderClassName
{
color: #423A1D;
}
.AnyTagClassName
{
color: #423A1D;
}
</style>
background-color css
<style>
a { background-color: #423A1D; }
a { background-color: rgb(66,58,29); }
div.DivClassName
{
background-color: #423A1D;
}
.BgClassName
{
background-color: #423A1D;
}
</style>
border-color css
<style>
span { border-color: #423A1D; }
span { border-color: rgb(66,58,29); }
td.TdClassName
{
border-color: #423A1D;
}
.TagClassName
{
border-color: #423A1D;
}
</style>