Shades of Madras #4B4311
Tints of Madras #4B4311
RGB
CMYK
RGB Variations
Color information
#4B4311 (or 0x4B4311) is known color: Madras. HEX triplet: 4B, 43 and 11. RGB value is (75,67,17). Sum of RGB (Red+Green+Blue) = 75+67+17=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4311 is #B4BCEE. Grayscale: #3F3F3F. Windows color (decimal): -11844847 or 1131339. OLE color: 1131339.
HSL color Cylindrical-coordinate representation of color #4B4311: hue angle of 51.72º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B4311 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 67 | 17 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.71 |
| HSL | 51.72º | 0.63% | 0.18% | - |
| HSV(B) | 51.72º | 0.77% | 0.29% | - |
| XYZ | 5.01 | 5.55 | 1.34 | - |
| YUV | 63.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 17 | 0 | 0.11 | 0.77 | 0.71 | 51.72 | 0.63 | 0.18 |
| Hex | 4B | 43 | 11 | 0 | B | 4D | 47 | 34 | 3F | 12 |
| Octal | 113 | 103 | 21 | 0 | 13 | 115 | 107 | 64 | 77 | 22 |
| Binary | 1001011 | 1000011 | 10001 | 0 | 1011 | 1001101 | 1000111 | 110100 | 111111 | 10010 |
Color Harmonies of #4B4311
Complementary color
Monochromatic Colors of #4B4311
Black with #4B4311
Text Example
Text Example
White with #4B4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4311; }
p { color: rgb(75,67,17); }
H1.HeaderClassName
{
color: #4B4311;
}
.AnyTagClassName
{
color: #4B4311;
}
</style>
background-color css
<style>
a { background-color: #4B4311; }
a { background-color: rgb(75,67,17); }
div.DivClassName
{
background-color: #4B4311;
}
.BgClassName
{
background-color: #4B4311;
}
</style>
border-color css
<style>
span { border-color: #4B4311; }
span { border-color: rgb(75,67,17); }
td.TdClassName
{
border-color: #4B4311;
}
.TagClassName
{
border-color: #4B4311;
}
</style>