Shades of Madras #4B471B
Tints of Madras #4B471B
RGB
CMYK
RGB Variations
Color information
#4B471B (or 0x4B471B) is known color: Madras. HEX triplet: 4B, 47 and 1B. RGB value is (75,71,27). Sum of RGB (Red+Green+Blue) = 75+71+27=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B471B is #B4B8E4. Grayscale: #434343. Windows color (decimal): -11843813 or 1787723. OLE color: 1787723.
HSL color Cylindrical-coordinate representation of color #4B471B: hue angle of 55º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B471B is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 71 | 27 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.71 |
| HSL | 55º | 0.47% | 0.2% | - |
| HSV(B) | 55º | 0.64% | 0.29% | - |
| XYZ | 5.35 | 6.08 | 1.93 | - |
| YUV | 67.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 27 | 0 | 0.05 | 0.64 | 0.71 | 55 | 0.47 | 0.2 |
| Hex | 4B | 47 | 1B | 0 | 5 | 40 | 47 | 37 | 2F | 14 |
| Octal | 113 | 107 | 33 | 0 | 5 | 100 | 107 | 67 | 57 | 24 |
| Binary | 1001011 | 1000111 | 11011 | 0 | 101 | 1000000 | 1000111 | 110111 | 101111 | 10100 |
Color Harmonies of #4B471B
Complementary color
Monochromatic Colors of #4B471B
Black with #4B471B
Text Example
Text Example
White with #4B471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B471B; }
p { color: rgb(75,71,27); }
H1.HeaderClassName
{
color: #4B471B;
}
.AnyTagClassName
{
color: #4B471B;
}
</style>
background-color css
<style>
a { background-color: #4B471B; }
a { background-color: rgb(75,71,27); }
div.DivClassName
{
background-color: #4B471B;
}
.BgClassName
{
background-color: #4B471B;
}
</style>
border-color css
<style>
span { border-color: #4B471B; }
span { border-color: rgb(75,71,27); }
td.TdClassName
{
border-color: #4B471B;
}
.TagClassName
{
border-color: #4B471B;
}
</style>