Shades of Madras #423C00
Tints of Madras #423C00
RGB
CMYK
RGB Variations
Color information
#423C00 (or 0x423C00) is known color: Madras. HEX triplet: 42, 3C and 00. RGB value is (66,60,0). Sum of RGB (Red+Green+Blue) = 66+60+0=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #423C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423C00 is #BDC3FF. Grayscale: #373737. Windows color (decimal): -12436480 or 15426. OLE color: 15426.
HSL color Cylindrical-coordinate representation of color #423C00: hue angle of 54.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #423C00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 60 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.74 |
| HSL | 54.55º | 1% | 0.13% | - |
| HSV(B) | 54.55º | 1% | 0.26% | - |
| XYZ | 3.86 | 4.39 | 0.64 | - |
| YUV | 54.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 0 | 0 | 0.09 | 1 | 0.74 | 54.55 | 1 | 0.13 |
| Hex | 42 | 3C | 0 | 0 | 9 | 64 | 4A | 37 | 64 | D |
| Octal | 102 | 74 | 0 | 0 | 11 | 144 | 112 | 67 | 144 | 15 |
| Binary | 1000010 | 111100 | 0 | 0 | 1001 | 1100100 | 1001010 | 110111 | 1100100 | 1101 |
Color Harmonies of #423C00
Complementary color
Monochromatic Colors of #423C00
Black with #423C00
Text Example
Text Example
White with #423C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C00; }
p { color: rgb(66,60,0); }
H1.HeaderClassName
{
color: #423C00;
}
.AnyTagClassName
{
color: #423C00;
}
</style>
background-color css
<style>
a { background-color: #423C00; }
a { background-color: rgb(66,60,0); }
div.DivClassName
{
background-color: #423C00;
}
.BgClassName
{
background-color: #423C00;
}
</style>
border-color css
<style>
span { border-color: #423C00; }
span { border-color: rgb(66,60,0); }
td.TdClassName
{
border-color: #423C00;
}
.TagClassName
{
border-color: #423C00;
}
</style>