Shades of Madras #423B10
Tints of Madras #423B10
RGB
CMYK
RGB Variations
Color information
#423B10 (or 0x423B10) is known color: Madras. HEX triplet: 42, 3B and 10. RGB value is (66,59,16). Sum of RGB (Red+Green+Blue) = 66+59+16=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #423B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423B10 is #BDC4EF. Grayscale: #383838. Windows color (decimal): -12436720 or 1063746. OLE color: 1063746.
HSL color Cylindrical-coordinate representation of color #423B10: hue angle of 51.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #423B10 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 59 | 16 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.74 |
| HSL | 51.6º | 0.61% | 0.16% | - |
| HSV(B) | 51.6º | 0.76% | 0.26% | - |
| XYZ | 3.9 | 4.32 | 1.12 | - |
| YUV | 56.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 16 | 0 | 0.11 | 0.76 | 0.74 | 51.6 | 0.61 | 0.16 |
| Hex | 42 | 3B | 10 | 0 | B | 4C | 4A | 34 | 3D | 10 |
| Octal | 102 | 73 | 20 | 0 | 13 | 114 | 112 | 64 | 75 | 20 |
| Binary | 1000010 | 111011 | 10000 | 0 | 1011 | 1001100 | 1001010 | 110100 | 111101 | 10000 |
Color Harmonies of #423B10
Complementary color
Monochromatic Colors of #423B10
Black with #423B10
Text Example
Text Example
White with #423B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423B10; }
p { color: rgb(66,59,16); }
H1.HeaderClassName
{
color: #423B10;
}
.AnyTagClassName
{
color: #423B10;
}
</style>
background-color css
<style>
a { background-color: #423B10; }
a { background-color: rgb(66,59,16); }
div.DivClassName
{
background-color: #423B10;
}
.BgClassName
{
background-color: #423B10;
}
</style>
border-color css
<style>
span { border-color: #423B10; }
span { border-color: rgb(66,59,16); }
td.TdClassName
{
border-color: #423B10;
}
.TagClassName
{
border-color: #423B10;
}
</style>