Shades of Madras #4B451C
Tints of Madras #4B451C
RGB
CMYK
RGB Variations
Color information
#4B451C (or 0x4B451C) is known color: Madras. HEX triplet: 4B, 45 and 1C. RGB value is (75,69,28). Sum of RGB (Red+Green+Blue) = 75+69+28=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B451C is #B4BAE3. Grayscale: #424242. Windows color (decimal): -11844324 or 1852747. OLE color: 1852747.
HSL color Cylindrical-coordinate representation of color #4B451C: hue angle of 52.34º 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 #4B451C is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 69 | 28 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.71 |
| HSL | 52.34º | 0.46% | 0.2% | - |
| HSV(B) | 52.34º | 0.63% | 0.29% | - |
| XYZ | 5.24 | 5.84 | 1.95 | - |
| YUV | 66.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 28 | 0 | 0.08 | 0.63 | 0.71 | 52.34 | 0.46 | 0.2 |
| Hex | 4B | 45 | 1C | 0 | 8 | 3F | 47 | 34 | 2E | 14 |
| Octal | 113 | 105 | 34 | 0 | 10 | 77 | 107 | 64 | 56 | 24 |
| Binary | 1001011 | 1000101 | 11100 | 0 | 1000 | 111111 | 1000111 | 110100 | 101110 | 10100 |
Color Harmonies of #4B451C
Complementary color
Monochromatic Colors of #4B451C
Black with #4B451C
Text Example
Text Example
White with #4B451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B451C; }
p { color: rgb(75,69,28); }
H1.HeaderClassName
{
color: #4B451C;
}
.AnyTagClassName
{
color: #4B451C;
}
</style>
background-color css
<style>
a { background-color: #4B451C; }
a { background-color: rgb(75,69,28); }
div.DivClassName
{
background-color: #4B451C;
}
.BgClassName
{
background-color: #4B451C;
}
</style>
border-color css
<style>
span { border-color: #4B451C; }
span { border-color: rgb(75,69,28); }
td.TdClassName
{
border-color: #4B451C;
}
.TagClassName
{
border-color: #4B451C;
}
</style>