Shades of Madras #4B4109
Tints of Madras #4B4109
RGB
CMYK
RGB Variations
Color information
#4B4109 (or 0x4B4109) is known color: Madras. HEX triplet: 4B, 41 and 09. RGB value is (75,65,9). Sum of RGB (Red+Green+Blue) = 75+65+9=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4109 is #B4BEF6. Grayscale: #3D3D3D. Windows color (decimal): -11845367 or 606539. OLE color: 606539.
HSL color Cylindrical-coordinate representation of color #4B4109: hue angle of 50.91º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B4109 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 9 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.71 |
| HSL | 50.91º | 0.79% | 0.16% | - |
| HSV(B) | 50.91º | 0.88% | 0.29% | - |
| XYZ | 4.84 | 5.3 | 1.03 | - |
| YUV | 61.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 9 | 0 | 0.13 | 0.88 | 0.71 | 50.91 | 0.79 | 0.16 |
| Hex | 4B | 41 | 9 | 0 | D | 58 | 47 | 33 | 4F | 10 |
| Octal | 113 | 101 | 11 | 0 | 15 | 130 | 107 | 63 | 117 | 20 |
| Binary | 1001011 | 1000001 | 1001 | 0 | 1101 | 1011000 | 1000111 | 110011 | 1001111 | 10000 |
Color Harmonies of #4B4109
Complementary color
Monochromatic Colors of #4B4109
Black with #4B4109
Text Example
Text Example
White with #4B4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4109; }
p { color: rgb(75,65,9); }
H1.HeaderClassName
{
color: #4B4109;
}
.AnyTagClassName
{
color: #4B4109;
}
</style>
background-color css
<style>
a { background-color: #4B4109; }
a { background-color: rgb(75,65,9); }
div.DivClassName
{
background-color: #4B4109;
}
.BgClassName
{
background-color: #4B4109;
}
</style>
border-color css
<style>
span { border-color: #4B4109; }
span { border-color: rgb(75,65,9); }
td.TdClassName
{
border-color: #4B4109;
}
.TagClassName
{
border-color: #4B4109;
}
</style>