Shades of Madras #4A4303
Tints of Madras #4A4303
RGB
CMYK
RGB Variations
Color information
#4A4303 (or 0x4A4303) is known color: Madras. HEX triplet: 4A, 43 and 03. RGB value is (74,67,3). Sum of RGB (Red+Green+Blue) = 74+67+3=144 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.39% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4303 is #B5BCFC. Grayscale: #3E3E3E. Windows color (decimal): -11910397 or 213834. OLE color: 213834.
HSL color Cylindrical-coordinate representation of color #4A4303: hue angle of 54.08º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A4303 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 3 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.71 |
| HSL | 54.08º | 0.92% | 0.15% | - |
| HSV(B) | 54.08º | 0.96% | 0.29% | - |
| XYZ | 4.85 | 5.48 | 0.89 | - |
| YUV | 61.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 3 | 0 | 0.09 | 0.96 | 0.71 | 54.08 | 0.92 | 0.15 |
| Hex | 4A | 43 | 3 | 0 | 9 | 60 | 47 | 36 | 5C | F |
| Octal | 112 | 103 | 3 | 0 | 11 | 140 | 107 | 66 | 134 | 17 |
| Binary | 1001010 | 1000011 | 11 | 0 | 1001 | 1100000 | 1000111 | 110110 | 1011100 | 1111 |
Color Harmonies of #4A4303
Complementary color
Monochromatic Colors of #4A4303
Black with #4A4303
Text Example
Text Example
White with #4A4303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4303; }
p { color: rgb(74,67,3); }
H1.HeaderClassName
{
color: #4A4303;
}
.AnyTagClassName
{
color: #4A4303;
}
</style>
background-color css
<style>
a { background-color: #4A4303; }
a { background-color: rgb(74,67,3); }
div.DivClassName
{
background-color: #4A4303;
}
.BgClassName
{
background-color: #4A4303;
}
</style>
border-color css
<style>
span { border-color: #4A4303; }
span { border-color: rgb(74,67,3); }
td.TdClassName
{
border-color: #4A4303;
}
.TagClassName
{
border-color: #4A4303;
}
</style>