Shades of Madras #4B441C
Tints of Madras #4B441C
RGB
CMYK
RGB Variations
Color information
#4B441C (or 0x4B441C) is known color: Madras. HEX triplet: 4B, 44 and 1C. RGB value is (75,68,28). Sum of RGB (Red+Green+Blue) = 75+68+28=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 75 - color contains mainly: red. Hex color #4B441C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B441C is #B4BBE3. Grayscale: #414141. Windows color (decimal): -11844580 or 1852491. OLE color: 1852491.
HSL color Cylindrical-coordinate representation of color #4B441C: hue angle of 51.06º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B441C is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 68 | 28 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.71 |
| HSL | 51.06º | 0.46% | 0.2% | - |
| HSV(B) | 51.06º | 0.63% | 0.29% | - |
| XYZ | 5.18 | 5.71 | 1.93 | - |
| YUV | 65.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 28 | 0 | 0.09 | 0.63 | 0.71 | 51.06 | 0.46 | 0.2 |
| Hex | 4B | 44 | 1C | 0 | 9 | 3F | 47 | 33 | 2E | 14 |
| Octal | 113 | 104 | 34 | 0 | 11 | 77 | 107 | 63 | 56 | 24 |
| Binary | 1001011 | 1000100 | 11100 | 0 | 1001 | 111111 | 1000111 | 110011 | 101110 | 10100 |
Color Harmonies of #4B441C
Complementary color
Monochromatic Colors of #4B441C
Black with #4B441C
Text Example
Text Example
White with #4B441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B441C; }
p { color: rgb(75,68,28); }
H1.HeaderClassName
{
color: #4B441C;
}
.AnyTagClassName
{
color: #4B441C;
}
</style>
background-color css
<style>
a { background-color: #4B441C; }
a { background-color: rgb(75,68,28); }
div.DivClassName
{
background-color: #4B441C;
}
.BgClassName
{
background-color: #4B441C;
}
</style>
border-color css
<style>
span { border-color: #4B441C; }
span { border-color: rgb(75,68,28); }
td.TdClassName
{
border-color: #4B441C;
}
.TagClassName
{
border-color: #4B441C;
}
</style>