Shades of Madras #4B401C
Tints of Madras #4B401C
RGB
CMYK
RGB Variations
Color information
#4B401C (or 0x4B401C) is known color: Madras. HEX triplet: 4B, 40 and 1C. RGB value is (75,64,28). Sum of RGB (Red+Green+Blue) = 75+64+28=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B401C is #B4BFE3. Grayscale: #3F3F3F. Windows color (decimal): -11845604 or 1851467. OLE color: 1851467.
HSL color Cylindrical-coordinate representation of color #4B401C: hue angle of 45.96º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B401C is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 64 | 28 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.71 |
| HSL | 45.96º | 0.46% | 0.2% | - |
| HSV(B) | 45.96º | 0.63% | 0.29% | - |
| XYZ | 4.94 | 5.25 | 1.85 | - |
| YUV | 63.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 28 | 0 | 0.15 | 0.63 | 0.71 | 45.96 | 0.46 | 0.2 |
| Hex | 4B | 40 | 1C | 0 | F | 3F | 47 | 2E | 2E | 14 |
| Octal | 113 | 100 | 34 | 0 | 17 | 77 | 107 | 56 | 56 | 24 |
| Binary | 1001011 | 1000000 | 11100 | 0 | 1111 | 111111 | 1000111 | 101110 | 101110 | 10100 |
Color Harmonies of #4B401C
Complementary color
Monochromatic Colors of #4B401C
Black with #4B401C
Text Example
Text Example
White with #4B401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B401C; }
p { color: rgb(75,64,28); }
H1.HeaderClassName
{
color: #4B401C;
}
.AnyTagClassName
{
color: #4B401C;
}
</style>
background-color css
<style>
a { background-color: #4B401C; }
a { background-color: rgb(75,64,28); }
div.DivClassName
{
background-color: #4B401C;
}
.BgClassName
{
background-color: #4B401C;
}
</style>
border-color css
<style>
span { border-color: #4B401C; }
span { border-color: rgb(75,64,28); }
td.TdClassName
{
border-color: #4B401C;
}
.TagClassName
{
border-color: #4B401C;
}
</style>