Shades of Madras #473800
Tints of Madras #473800
RGB
CMYK
RGB Variations
Color information
#473800 (or 0x473800) is known color: Madras. HEX triplet: 47, 38 and 00. RGB value is (71,56,0). Sum of RGB (Red+Green+Blue) = 71+56+0=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #473800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473800 is #B8C7FF. Grayscale: #363636. Windows color (decimal): -12109824 or 14407. OLE color: 14407.
HSL color Cylindrical-coordinate representation of color #473800: hue angle of 47.32º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #473800 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 56 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.72 |
| HSL | 47.32º | 1% | 0.14% | - |
| HSV(B) | 47.32º | 1% | 0.28% | - |
| XYZ | 4.01 | 4.17 | 0.59 | - |
| YUV | 54.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 0 | 0 | 0.21 | 1 | 0.72 | 47.32 | 1 | 0.14 |
| Hex | 47 | 38 | 0 | 0 | 15 | 64 | 48 | 2F | 64 | E |
| Octal | 107 | 70 | 0 | 0 | 25 | 144 | 110 | 57 | 144 | 16 |
| Binary | 1000111 | 111000 | 0 | 0 | 10101 | 1100100 | 1001000 | 101111 | 1100100 | 1110 |
Color Harmonies of #473800
Complementary color
Monochromatic Colors of #473800
Black with #473800
Text Example
Text Example
White with #473800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473800; }
p { color: rgb(71,56,0); }
H1.HeaderClassName
{
color: #473800;
}
.AnyTagClassName
{
color: #473800;
}
</style>
background-color css
<style>
a { background-color: #473800; }
a { background-color: rgb(71,56,0); }
div.DivClassName
{
background-color: #473800;
}
.BgClassName
{
background-color: #473800;
}
</style>
border-color css
<style>
span { border-color: #473800; }
span { border-color: rgb(71,56,0); }
td.TdClassName
{
border-color: #473800;
}
.TagClassName
{
border-color: #473800;
}
</style>