Shades of Madras #4C4321
Tints of Madras #4C4321
RGB
CMYK
RGB Variations
Color information
#4C4321 (or 0x4C4321) is known color: Madras. HEX triplet: 4C, 43 and 21. RGB value is (76,67,33). Sum of RGB (Red+Green+Blue) = 76+67+33=176 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.18% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 33 (13.28% from 255 or 18.75% from 176); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4321 is #B3BCDE. Grayscale: #414141. Windows color (decimal): -11779295 or 2179916. OLE color: 2179916.
HSL color Cylindrical-coordinate representation of color #4C4321: hue angle of 47.44º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C4321 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 33 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.70 |
| HSL | 47.44º | 0.39% | 0.21% | - |
| HSV(B) | 47.44º | 0.57% | 0.3% | - |
| XYZ | 5.26 | 5.66 | 2.25 | - |
| YUV | 65.82 | 109.48 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 33 | 0 | 0.12 | 0.57 | 0.70 | 47.44 | 0.39 | 0.21 |
| Hex | 4C | 43 | 21 | 0 | C | 39 | 46 | 2F | 27 | 15 |
| Octal | 114 | 103 | 41 | 0 | 14 | 71 | 106 | 57 | 47 | 25 |
| Binary | 1001100 | 1000011 | 100001 | 0 | 1100 | 111001 | 1000110 | 101111 | 100111 | 10101 |
Color Harmonies of #4C4321
Complementary color
Monochromatic Colors of #4C4321
Black with #4C4321
Text Example
Text Example
White with #4C4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4321; }
p { color: rgb(76,67,33); }
H1.HeaderClassName
{
color: #4C4321;
}
.AnyTagClassName
{
color: #4C4321;
}
</style>
background-color css
<style>
a { background-color: #4C4321; }
a { background-color: rgb(76,67,33); }
div.DivClassName
{
background-color: #4C4321;
}
.BgClassName
{
background-color: #4C4321;
}
</style>
border-color css
<style>
span { border-color: #4C4321; }
span { border-color: rgb(76,67,33); }
td.TdClassName
{
border-color: #4C4321;
}
.TagClassName
{
border-color: #4C4321;
}
</style>