Shades of Madras #4B451E
Tints of Madras #4B451E
RGB
CMYK
RGB Variations
Color information
#4B451E (or 0x4B451E) is known color: Madras. HEX triplet: 4B, 45 and 1E. RGB value is (75,69,30). Sum of RGB (Red+Green+Blue) = 75+69+30=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B451E is #B4BAE1. Grayscale: #424242. Windows color (decimal): -11844322 or 1983819. OLE color: 1983819.
HSL color Cylindrical-coordinate representation of color #4B451E: hue angle of 52º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B451E is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 69 | 30 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.71 |
| HSL | 52º | 0.43% | 0.21% | - |
| HSV(B) | 52º | 0.6% | 0.29% | - |
| XYZ | 5.26 | 5.85 | 2.08 | - |
| YUV | 66.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 30 | 0 | 0.08 | 0.60 | 0.71 | 52 | 0.43 | 0.21 |
| Hex | 4B | 45 | 1E | 0 | 8 | 3C | 47 | 34 | 2B | 15 |
| Octal | 113 | 105 | 36 | 0 | 10 | 74 | 107 | 64 | 53 | 25 |
| Binary | 1001011 | 1000101 | 11110 | 0 | 1000 | 111100 | 1000111 | 110100 | 101011 | 10101 |
Color Harmonies of #4B451E
Complementary color
Monochromatic Colors of #4B451E
Black with #4B451E
Text Example
Text Example
White with #4B451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B451E; }
p { color: rgb(75,69,30); }
H1.HeaderClassName
{
color: #4B451E;
}
.AnyTagClassName
{
color: #4B451E;
}
</style>
background-color css
<style>
a { background-color: #4B451E; }
a { background-color: rgb(75,69,30); }
div.DivClassName
{
background-color: #4B451E;
}
.BgClassName
{
background-color: #4B451E;
}
</style>
border-color css
<style>
span { border-color: #4B451E; }
span { border-color: rgb(75,69,30); }
td.TdClassName
{
border-color: #4B451E;
}
.TagClassName
{
border-color: #4B451E;
}
</style>