Shades of Madras #4B4315
Tints of Madras #4B4315
RGB
CMYK
RGB Variations
Color information
#4B4315 (or 0x4B4315) is known color: Madras. HEX triplet: 4B, 43 and 15. RGB value is (75,67,21). Sum of RGB (Red+Green+Blue) = 75+67+21=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4315 is #B4BCEA. Grayscale: #404040. Windows color (decimal): -11844843 or 1393483. OLE color: 1393483.
HSL color Cylindrical-coordinate representation of color #4B4315: hue angle of 51.11º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B4315 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 67 | 21 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.71 |
| HSL | 51.11º | 0.56% | 0.19% | - |
| HSV(B) | 51.11º | 0.72% | 0.29% | - |
| XYZ | 5.04 | 5.56 | 1.52 | - |
| YUV | 64.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 21 | 0 | 0.11 | 0.72 | 0.71 | 51.11 | 0.56 | 0.19 |
| Hex | 4B | 43 | 15 | 0 | B | 48 | 47 | 33 | 38 | 13 |
| Octal | 113 | 103 | 25 | 0 | 13 | 110 | 107 | 63 | 70 | 23 |
| Binary | 1001011 | 1000011 | 10101 | 0 | 1011 | 1001000 | 1000111 | 110011 | 111000 | 10011 |
Color Harmonies of #4B4315
Complementary color
Monochromatic Colors of #4B4315
Black with #4B4315
Text Example
Text Example
White with #4B4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4315; }
p { color: rgb(75,67,21); }
H1.HeaderClassName
{
color: #4B4315;
}
.AnyTagClassName
{
color: #4B4315;
}
</style>
background-color css
<style>
a { background-color: #4B4315; }
a { background-color: rgb(75,67,21); }
div.DivClassName
{
background-color: #4B4315;
}
.BgClassName
{
background-color: #4B4315;
}
</style>
border-color css
<style>
span { border-color: #4B4315; }
span { border-color: rgb(75,67,21); }
td.TdClassName
{
border-color: #4B4315;
}
.TagClassName
{
border-color: #4B4315;
}
</style>