Shades of Madras #4B3D25
Tints of Madras #4B3D25
RGB
CMYK
RGB Variations
Color information
#4B3D25 (or 0x4B3D25) is known color: Madras. HEX triplet: 4B, 3D and 25. RGB value is (75,61,37). Sum of RGB (Red+Green+Blue) = 75+61+37=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3D25 is #B4C2DA. Grayscale: #3E3E3E. Windows color (decimal): -11846363 or 2440523. OLE color: 2440523.
HSL color Cylindrical-coordinate representation of color #4B3D25: hue angle of 37.89º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B3D25 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 61 | 37 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.71 |
| HSL | 37.89º | 0.34% | 0.22% | - |
| HSV(B) | 37.89º | 0.51% | 0.29% | - |
| XYZ | 4.9 | 4.97 | 2.45 | - |
| YUV | 62.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 37 | 0 | 0.19 | 0.51 | 0.71 | 37.89 | 0.34 | 0.22 |
| Hex | 4B | 3D | 25 | 0 | 13 | 33 | 47 | 26 | 22 | 16 |
| Octal | 113 | 75 | 45 | 0 | 23 | 63 | 107 | 46 | 42 | 26 |
| Binary | 1001011 | 111101 | 100101 | 0 | 10011 | 110011 | 1000111 | 100110 | 100010 | 10110 |
Color Harmonies of #4B3D25
Complementary color
Monochromatic Colors of #4B3D25
Black with #4B3D25
Text Example
Text Example
White with #4B3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D25; }
p { color: rgb(75,61,37); }
H1.HeaderClassName
{
color: #4B3D25;
}
.AnyTagClassName
{
color: #4B3D25;
}
</style>
background-color css
<style>
a { background-color: #4B3D25; }
a { background-color: rgb(75,61,37); }
div.DivClassName
{
background-color: #4B3D25;
}
.BgClassName
{
background-color: #4B3D25;
}
</style>
border-color css
<style>
span { border-color: #4B3D25; }
span { border-color: rgb(75,61,37); }
td.TdClassName
{
border-color: #4B3D25;
}
.TagClassName
{
border-color: #4B3D25;
}
</style>