Shades of Madras #4B4302
Tints of Madras #4B4302
RGB
CMYK
RGB Variations
Color information
#4B4302 (or 0x4B4302) is known color: Madras. HEX triplet: 4B, 43 and 02. RGB value is (75,67,2). Sum of RGB (Red+Green+Blue) = 75+67+2=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4302 is #B4BCFD. Grayscale: #3E3E3E. Windows color (decimal): -11844862 or 148299. OLE color: 148299.
HSL color Cylindrical-coordinate representation of color #4B4302: hue angle of 53.42º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B4302 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 67 | 2 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.71 |
| HSL | 53.42º | 0.95% | 0.15% | - |
| HSV(B) | 53.42º | 0.97% | 0.29% | - |
| XYZ | 4.92 | 5.51 | 0.86 | - |
| YUV | 61.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 2 | 0 | 0.11 | 0.97 | 0.71 | 53.42 | 0.95 | 0.15 |
| Hex | 4B | 43 | 2 | 0 | B | 61 | 47 | 35 | 5F | F |
| Octal | 113 | 103 | 2 | 0 | 13 | 141 | 107 | 65 | 137 | 17 |
| Binary | 1001011 | 1000011 | 10 | 0 | 1011 | 1100001 | 1000111 | 110101 | 1011111 | 1111 |
Color Harmonies of #4B4302
Complementary color
Monochromatic Colors of #4B4302
Black with #4B4302
Text Example
Text Example
White with #4B4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4302; }
p { color: rgb(75,67,2); }
H1.HeaderClassName
{
color: #4B4302;
}
.AnyTagClassName
{
color: #4B4302;
}
</style>
background-color css
<style>
a { background-color: #4B4302; }
a { background-color: rgb(75,67,2); }
div.DivClassName
{
background-color: #4B4302;
}
.BgClassName
{
background-color: #4B4302;
}
</style>
border-color css
<style>
span { border-color: #4B4302; }
span { border-color: rgb(75,67,2); }
td.TdClassName
{
border-color: #4B4302;
}
.TagClassName
{
border-color: #4B4302;
}
</style>