Shades of Madras #4B4304
Tints of Madras #4B4304
RGB
CMYK
RGB Variations
Color information
#4B4304 (or 0x4B4304) is known color: Madras. HEX triplet: 4B, 43 and 04. RGB value is (75,67,4). Sum of RGB (Red+Green+Blue) = 75+67+4=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4304 is #B4BCFB. Grayscale: #3E3E3E. Windows color (decimal): -11844860 or 279371. OLE color: 279371.
HSL color Cylindrical-coordinate representation of color #4B4304: hue angle of 53.24º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B4304 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 67 | 4 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.71 |
| HSL | 53.24º | 0.9% | 0.15% | - |
| HSV(B) | 53.24º | 0.95% | 0.29% | - |
| XYZ | 4.93 | 5.52 | 0.92 | - |
| YUV | 62.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 4 | 0 | 0.11 | 0.95 | 0.71 | 53.24 | 0.9 | 0.15 |
| Hex | 4B | 43 | 4 | 0 | B | 5F | 47 | 35 | 5A | F |
| Octal | 113 | 103 | 4 | 0 | 13 | 137 | 107 | 65 | 132 | 17 |
| Binary | 1001011 | 1000011 | 100 | 0 | 1011 | 1011111 | 1000111 | 110101 | 1011010 | 1111 |
Color Harmonies of #4B4304
Complementary color
Monochromatic Colors of #4B4304
Black with #4B4304
Text Example
Text Example
White with #4B4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4304; }
p { color: rgb(75,67,4); }
H1.HeaderClassName
{
color: #4B4304;
}
.AnyTagClassName
{
color: #4B4304;
}
</style>
background-color css
<style>
a { background-color: #4B4304; }
a { background-color: rgb(75,67,4); }
div.DivClassName
{
background-color: #4B4304;
}
.BgClassName
{
background-color: #4B4304;
}
</style>
border-color css
<style>
span { border-color: #4B4304; }
span { border-color: rgb(75,67,4); }
td.TdClassName
{
border-color: #4B4304;
}
.TagClassName
{
border-color: #4B4304;
}
</style>