Shades of Madras #4C4408
Tints of Madras #4C4408
RGB
CMYK
RGB Variations
Color information
#4C4408 (or 0x4C4408) is known color: Madras. HEX triplet: 4C, 44 and 08. RGB value is (76,68,8). Sum of RGB (Red+Green+Blue) = 76+68+8=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4408 is #B3BBF7. Grayscale: #3F3F3F. Windows color (decimal): -11779064 or 541772. OLE color: 541772.
HSL color Cylindrical-coordinate representation of color #4C4408: hue angle of 52.94º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C4408 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 8 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.70 |
| HSL | 52.94º | 0.81% | 0.16% | - |
| HSV(B) | 52.94º | 0.89% | 0.3% | - |
| XYZ | 5.09 | 5.69 | 1.06 | - |
| YUV | 63.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 8 | 0 | 0.11 | 0.89 | 0.70 | 52.94 | 0.81 | 0.16 |
| Hex | 4C | 44 | 8 | 0 | B | 59 | 46 | 35 | 51 | 10 |
| Octal | 114 | 104 | 10 | 0 | 13 | 131 | 106 | 65 | 121 | 20 |
| Binary | 1001100 | 1000100 | 1000 | 0 | 1011 | 1011001 | 1000110 | 110101 | 1010001 | 10000 |
Color Harmonies of #4C4408
Complementary color
Monochromatic Colors of #4C4408
Black with #4C4408
Text Example
Text Example
White with #4C4408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4408; }
p { color: rgb(76,68,8); }
H1.HeaderClassName
{
color: #4C4408;
}
.AnyTagClassName
{
color: #4C4408;
}
</style>
background-color css
<style>
a { background-color: #4C4408; }
a { background-color: rgb(76,68,8); }
div.DivClassName
{
background-color: #4C4408;
}
.BgClassName
{
background-color: #4C4408;
}
</style>
border-color css
<style>
span { border-color: #4C4408; }
span { border-color: rgb(76,68,8); }
td.TdClassName
{
border-color: #4C4408;
}
.TagClassName
{
border-color: #4C4408;
}
</style>