Shades of Madras #4B4205
Tints of Madras #4B4205
RGB
CMYK
RGB Variations
Color information
#4B4205 (or 0x4B4205) is known color: Madras. HEX triplet: 4B, 42 and 05. RGB value is (75,66,5). Sum of RGB (Red+Green+Blue) = 75+66+5=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4205 is #B4BDFA. Grayscale: #3D3D3D. Windows color (decimal): -11845115 or 344651. OLE color: 344651.
HSL color Cylindrical-coordinate representation of color #4B4205: hue angle of 52.29º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B4205 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 66 | 5 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.71 |
| HSL | 52.29º | 0.88% | 0.16% | - |
| HSV(B) | 52.29º | 0.93% | 0.29% | - |
| XYZ | 4.88 | 5.4 | 0.93 | - |
| YUV | 61.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 66 | 5 | 0 | 0.12 | 0.93 | 0.71 | 52.29 | 0.88 | 0.16 |
| Hex | 4B | 42 | 5 | 0 | C | 5D | 47 | 34 | 58 | 10 |
| Octal | 113 | 102 | 5 | 0 | 14 | 135 | 107 | 64 | 130 | 20 |
| Binary | 1001011 | 1000010 | 101 | 0 | 1100 | 1011101 | 1000111 | 110100 | 1011000 | 10000 |
Color Harmonies of #4B4205
Complementary color
Monochromatic Colors of #4B4205
Black with #4B4205
Text Example
Text Example
White with #4B4205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4205; }
p { color: rgb(75,66,5); }
H1.HeaderClassName
{
color: #4B4205;
}
.AnyTagClassName
{
color: #4B4205;
}
</style>
background-color css
<style>
a { background-color: #4B4205; }
a { background-color: rgb(75,66,5); }
div.DivClassName
{
background-color: #4B4205;
}
.BgClassName
{
background-color: #4B4205;
}
</style>
border-color css
<style>
span { border-color: #4B4205; }
span { border-color: rgb(75,66,5); }
td.TdClassName
{
border-color: #4B4205;
}
.TagClassName
{
border-color: #4B4205;
}
</style>