Shades of Madras #423B05
Tints of Madras #423B05
RGB
CMYK
RGB Variations
Color information
#423B05 (or 0x423B05) is known color: Madras. HEX triplet: 42, 3B and 05. RGB value is (66,59,5). Sum of RGB (Red+Green+Blue) = 66+59+5=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #423B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B05 is #BDC4FA. Grayscale: #373737. Windows color (decimal): -12436731 or 342850. OLE color: 342850.
HSL color Cylindrical-coordinate representation of color #423B05: hue angle of 53.11º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #423B05 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 5 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.74 |
| HSL | 53.11º | 0.86% | 0.14% | - |
| HSV(B) | 53.11º | 0.92% | 0.26% | - |
| XYZ | 3.84 | 4.3 | 0.77 | - |
| YUV | 54.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 5 | 0 | 0.11 | 0.92 | 0.74 | 53.11 | 0.86 | 0.14 |
| Hex | 42 | 3B | 5 | 0 | B | 5C | 4A | 35 | 56 | E |
| Octal | 102 | 73 | 5 | 0 | 13 | 134 | 112 | 65 | 126 | 16 |
| Binary | 1000010 | 111011 | 101 | 0 | 1011 | 1011100 | 1001010 | 110101 | 1010110 | 1110 |
Color Harmonies of #423B05
Complementary color
Monochromatic Colors of #423B05
Black with #423B05
Text Example
Text Example
White with #423B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B05; }
p { color: rgb(66,59,5); }
H1.HeaderClassName
{
color: #423B05;
}
.AnyTagClassName
{
color: #423B05;
}
</style>
background-color css
<style>
a { background-color: #423B05; }
a { background-color: rgb(66,59,5); }
div.DivClassName
{
background-color: #423B05;
}
.BgClassName
{
background-color: #423B05;
}
</style>
border-color css
<style>
span { border-color: #423B05; }
span { border-color: rgb(66,59,5); }
td.TdClassName
{
border-color: #423B05;
}
.TagClassName
{
border-color: #423B05;
}
</style>