Shades of Madras #4B401D
Tints of Madras #4B401D
RGB
CMYK
RGB Variations
Color information
#4B401D (or 0x4B401D) is known color: Madras. HEX triplet: 4B, 40 and 1D. RGB value is (75,64,29). Sum of RGB (Red+Green+Blue) = 75+64+29=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B401D is #B4BFE2. Grayscale: #3F3F3F. Windows color (decimal): -11845603 or 1917003. OLE color: 1917003.
HSL color Cylindrical-coordinate representation of color #4B401D: hue angle of 45.65º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B401D is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 64 | 29 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.71 |
| HSL | 45.65º | 0.44% | 0.2% | - |
| HSV(B) | 45.65º | 0.61% | 0.29% | - |
| XYZ | 4.96 | 5.25 | 1.91 | - |
| YUV | 63.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 29 | 0 | 0.15 | 0.61 | 0.71 | 45.65 | 0.44 | 0.2 |
| Hex | 4B | 40 | 1D | 0 | F | 3D | 47 | 2E | 2C | 14 |
| Octal | 113 | 100 | 35 | 0 | 17 | 75 | 107 | 56 | 54 | 24 |
| Binary | 1001011 | 1000000 | 11101 | 0 | 1111 | 111101 | 1000111 | 101110 | 101100 | 10100 |
Color Harmonies of #4B401D
Complementary color
Monochromatic Colors of #4B401D
Black with #4B401D
Text Example
Text Example
White with #4B401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B401D; }
p { color: rgb(75,64,29); }
H1.HeaderClassName
{
color: #4B401D;
}
.AnyTagClassName
{
color: #4B401D;
}
</style>
background-color css
<style>
a { background-color: #4B401D; }
a { background-color: rgb(75,64,29); }
div.DivClassName
{
background-color: #4B401D;
}
.BgClassName
{
background-color: #4B401D;
}
</style>
border-color css
<style>
span { border-color: #4B401D; }
span { border-color: rgb(75,64,29); }
td.TdClassName
{
border-color: #4B401D;
}
.TagClassName
{
border-color: #4B401D;
}
</style>