Shades of Madras #4B3E13
Tints of Madras #4B3E13
RGB
CMYK
RGB Variations
Color information
#4B3E13 (or 0x4B3E13) is known color: Madras. HEX triplet: 4B, 3E and 13. RGB value is (75,62,19). Sum of RGB (Red+Green+Blue) = 75+62+19=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3E13 is #B4C1EC. Grayscale: #3D3D3D. Windows color (decimal): -11846125 or 1261131. OLE color: 1261131.
HSL color Cylindrical-coordinate representation of color #4B3E13: hue angle of 46.07º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B3E13 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 62 | 19 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.71 |
| HSL | 46.07º | 0.6% | 0.18% | - |
| HSV(B) | 46.07º | 0.75% | 0.29% | - |
| XYZ | 4.74 | 4.99 | 1.33 | - |
| YUV | 60.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 62 | 19 | 0 | 0.17 | 0.75 | 0.71 | 46.07 | 0.6 | 0.18 |
| Hex | 4B | 3E | 13 | 0 | 11 | 4B | 47 | 2E | 3C | 12 |
| Octal | 113 | 76 | 23 | 0 | 21 | 113 | 107 | 56 | 74 | 22 |
| Binary | 1001011 | 111110 | 10011 | 0 | 10001 | 1001011 | 1000111 | 101110 | 111100 | 10010 |
Color Harmonies of #4B3E13
Complementary color
Monochromatic Colors of #4B3E13
Black with #4B3E13
Text Example
Text Example
White with #4B3E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3E13; }
p { color: rgb(75,62,19); }
H1.HeaderClassName
{
color: #4B3E13;
}
.AnyTagClassName
{
color: #4B3E13;
}
</style>
background-color css
<style>
a { background-color: #4B3E13; }
a { background-color: rgb(75,62,19); }
div.DivClassName
{
background-color: #4B3E13;
}
.BgClassName
{
background-color: #4B3E13;
}
</style>
border-color css
<style>
span { border-color: #4B3E13; }
span { border-color: rgb(75,62,19); }
td.TdClassName
{
border-color: #4B3E13;
}
.TagClassName
{
border-color: #4B3E13;
}
</style>