Shades of Madras #4B3813
Tints of Madras #4B3813
RGB
CMYK
RGB Variations
Color information
#4B3813 (or 0x4B3813) is known color: Madras. HEX triplet: 4B, 38 and 13. RGB value is (75,56,19). Sum of RGB (Red+Green+Blue) = 75+56+19=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B3813 is #B4C7EC. Grayscale: #393939. Windows color (decimal): -11847661 or 1259595. OLE color: 1259595.
HSL color Cylindrical-coordinate representation of color #4B3813: hue angle of 39.64º 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 #4B3813 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 56 | 19 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.71 |
| HSL | 39.64º | 0.6% | 0.18% | - |
| HSV(B) | 39.64º | 0.75% | 0.29% | - |
| XYZ | 4.43 | 4.37 | 1.23 | - |
| YUV | 57.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 19 | 0 | 0.25 | 0.75 | 0.71 | 39.64 | 0.6 | 0.18 |
| Hex | 4B | 38 | 13 | 0 | 19 | 4B | 47 | 28 | 3C | 12 |
| Octal | 113 | 70 | 23 | 0 | 31 | 113 | 107 | 50 | 74 | 22 |
| Binary | 1001011 | 111000 | 10011 | 0 | 11001 | 1001011 | 1000111 | 101000 | 111100 | 10010 |
Color Harmonies of #4B3813
Complementary color
Monochromatic Colors of #4B3813
Black with #4B3813
Text Example
Text Example
White with #4B3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3813; }
p { color: rgb(75,56,19); }
H1.HeaderClassName
{
color: #4B3813;
}
.AnyTagClassName
{
color: #4B3813;
}
</style>
background-color css
<style>
a { background-color: #4B3813; }
a { background-color: rgb(75,56,19); }
div.DivClassName
{
background-color: #4B3813;
}
.BgClassName
{
background-color: #4B3813;
}
</style>
border-color css
<style>
span { border-color: #4B3813; }
span { border-color: rgb(75,56,19); }
td.TdClassName
{
border-color: #4B3813;
}
.TagClassName
{
border-color: #4B3813;
}
</style>