Shades of Madras #423B1D
Tints of Madras #423B1D
RGB
CMYK
RGB Variations
Color information
#423B1D (or 0x423B1D) is known color: Madras. HEX triplet: 42, 3B and 1D. RGB value is (66,59,29). Sum of RGB (Red+Green+Blue) = 66+59+29=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #423B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B1D is #BDC4E2. Grayscale: #393939. Windows color (decimal): -12436707 or 1915714. OLE color: 1915714.
HSL color Cylindrical-coordinate representation of color #423B1D: hue angle of 48.65º 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 #423B1D is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 29 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.74 |
| HSL | 48.65º | 0.39% | 0.19% | - |
| HSV(B) | 48.65º | 0.56% | 0.26% | - |
| XYZ | 4.03 | 4.37 | 1.79 | - |
| YUV | 57.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 29 | 0 | 0.11 | 0.56 | 0.74 | 48.65 | 0.39 | 0.19 |
| Hex | 42 | 3B | 1D | 0 | B | 38 | 4A | 31 | 27 | 13 |
| Octal | 102 | 73 | 35 | 0 | 13 | 70 | 112 | 61 | 47 | 23 |
| Binary | 1000010 | 111011 | 11101 | 0 | 1011 | 111000 | 1001010 | 110001 | 100111 | 10011 |
Color Harmonies of #423B1D
Complementary color
Monochromatic Colors of #423B1D
Black with #423B1D
Text Example
Text Example
White with #423B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B1D; }
p { color: rgb(66,59,29); }
H1.HeaderClassName
{
color: #423B1D;
}
.AnyTagClassName
{
color: #423B1D;
}
</style>
background-color css
<style>
a { background-color: #423B1D; }
a { background-color: rgb(66,59,29); }
div.DivClassName
{
background-color: #423B1D;
}
.BgClassName
{
background-color: #423B1D;
}
</style>
border-color css
<style>
span { border-color: #423B1D; }
span { border-color: rgb(66,59,29); }
td.TdClassName
{
border-color: #423B1D;
}
.TagClassName
{
border-color: #423B1D;
}
</style>