Shades of Madras #4B401B
Tints of Madras #4B401B
RGB
CMYK
RGB Variations
Color information
#4B401B (or 0x4B401B) is known color: Madras. HEX triplet: 4B, 40 and 1B. RGB value is (75,64,27). Sum of RGB (Red+Green+Blue) = 75+64+27=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B401B is #B4BFE4. Grayscale: #3F3F3F. Windows color (decimal): -11845605 or 1785931. OLE color: 1785931.
HSL color Cylindrical-coordinate representation of color #4B401B: hue angle of 46.25º 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 #4B401B is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 64 | 27 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.71 |
| HSL | 46.25º | 0.47% | 0.2% | - |
| HSV(B) | 46.25º | 0.64% | 0.29% | - |
| XYZ | 4.93 | 5.24 | 1.79 | - |
| YUV | 63.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 27 | 0 | 0.15 | 0.64 | 0.71 | 46.25 | 0.47 | 0.2 |
| Hex | 4B | 40 | 1B | 0 | F | 40 | 47 | 2E | 2F | 14 |
| Octal | 113 | 100 | 33 | 0 | 17 | 100 | 107 | 56 | 57 | 24 |
| Binary | 1001011 | 1000000 | 11011 | 0 | 1111 | 1000000 | 1000111 | 101110 | 101111 | 10100 |
Color Harmonies of #4B401B
Complementary color
Monochromatic Colors of #4B401B
Black with #4B401B
Text Example
Text Example
White with #4B401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B401B; }
p { color: rgb(75,64,27); }
H1.HeaderClassName
{
color: #4B401B;
}
.AnyTagClassName
{
color: #4B401B;
}
</style>
background-color css
<style>
a { background-color: #4B401B; }
a { background-color: rgb(75,64,27); }
div.DivClassName
{
background-color: #4B401B;
}
.BgClassName
{
background-color: #4B401B;
}
</style>
border-color css
<style>
span { border-color: #4B401B; }
span { border-color: rgb(75,64,27); }
td.TdClassName
{
border-color: #4B401B;
}
.TagClassName
{
border-color: #4B401B;
}
</style>