Shades of Madras #4B4321
Tints of Madras #4B4321
RGB
CMYK
RGB Variations
Color information
#4B4321 (or 0x4B4321) is known color: Madras. HEX triplet: 4B, 43 and 21. RGB value is (75,67,33). Sum of RGB (Red+Green+Blue) = 75+67+33=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4321 is #B4BCDE. Grayscale: #414141. Windows color (decimal): -11844831 or 2179915. OLE color: 2179915.
HSL color Cylindrical-coordinate representation of color #4B4321: hue angle of 48.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B4321 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 67 | 33 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.71 |
| HSL | 48.57º | 0.39% | 0.21% | - |
| HSV(B) | 48.57º | 0.56% | 0.29% | - |
| XYZ | 5.18 | 5.62 | 2.25 | - |
| YUV | 65.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 33 | 0 | 0.11 | 0.56 | 0.71 | 48.57 | 0.39 | 0.21 |
| Hex | 4B | 43 | 21 | 0 | B | 38 | 47 | 31 | 27 | 15 |
| Octal | 113 | 103 | 41 | 0 | 13 | 70 | 107 | 61 | 47 | 25 |
| Binary | 1001011 | 1000011 | 100001 | 0 | 1011 | 111000 | 1000111 | 110001 | 100111 | 10101 |
Color Harmonies of #4B4321
Complementary color
Monochromatic Colors of #4B4321
Black with #4B4321
Text Example
Text Example
White with #4B4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4321; }
p { color: rgb(75,67,33); }
H1.HeaderClassName
{
color: #4B4321;
}
.AnyTagClassName
{
color: #4B4321;
}
</style>
background-color css
<style>
a { background-color: #4B4321; }
a { background-color: rgb(75,67,33); }
div.DivClassName
{
background-color: #4B4321;
}
.BgClassName
{
background-color: #4B4321;
}
</style>
border-color css
<style>
span { border-color: #4B4321; }
span { border-color: rgb(75,67,33); }
td.TdClassName
{
border-color: #4B4321;
}
.TagClassName
{
border-color: #4B4321;
}
</style>