Shades of Madras #47451C
Tints of Madras #47451C
RGB
CMYK
RGB Variations
Color information
#47451C (or 0x47451C) is known color: Madras. HEX triplet: 47, 45 and 1C. RGB value is (71,69,28). Sum of RGB (Red+Green+Blue) = 71+69+28=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #47451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47451C is #B8BAE3. Grayscale: #414141. Windows color (decimal): -12106468 or 1852743. OLE color: 1852743.
HSL color Cylindrical-coordinate representation of color #47451C: hue angle of 57.21º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47451C is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 69 | 28 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.72 |
| HSL | 57.21º | 0.43% | 0.19% | - |
| HSV(B) | 57.21º | 0.61% | 0.28% | - |
| XYZ | 4.94 | 5.68 | 1.93 | - |
| YUV | 64.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 28 | 0 | 0.03 | 0.61 | 0.72 | 57.21 | 0.43 | 0.19 |
| Hex | 47 | 45 | 1C | 0 | 3 | 3D | 48 | 39 | 2B | 13 |
| Octal | 107 | 105 | 34 | 0 | 3 | 75 | 110 | 71 | 53 | 23 |
| Binary | 1000111 | 1000101 | 11100 | 0 | 11 | 111101 | 1001000 | 111001 | 101011 | 10011 |
Color Harmonies of #47451C
Complementary color
Monochromatic Colors of #47451C
Black with #47451C
Text Example
Text Example
White with #47451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47451C; }
p { color: rgb(71,69,28); }
H1.HeaderClassName
{
color: #47451C;
}
.AnyTagClassName
{
color: #47451C;
}
</style>
background-color css
<style>
a { background-color: #47451C; }
a { background-color: rgb(71,69,28); }
div.DivClassName
{
background-color: #47451C;
}
.BgClassName
{
background-color: #47451C;
}
</style>
border-color css
<style>
span { border-color: #47451C; }
span { border-color: rgb(71,69,28); }
td.TdClassName
{
border-color: #47451C;
}
.TagClassName
{
border-color: #47451C;
}
</style>