Shades of Madras #47380A
Tints of Madras #47380A
RGB
CMYK
RGB Variations
Color information
#47380A (or 0x47380A) is known color: Madras. HEX triplet: 47, 38 and 0A. RGB value is (71,56,10). Sum of RGB (Red+Green+Blue) = 71+56+10=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #47380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47380A is #B8C7F5. Grayscale: #373737. Windows color (decimal): -12109814 or 669767. OLE color: 669767.
HSL color Cylindrical-coordinate representation of color #47380A: hue angle of 45.25º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47380A is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 56 | 10 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.72 |
| HSL | 45.25º | 0.75% | 0.16% | - |
| HSV(B) | 45.25º | 0.86% | 0.28% | - |
| XYZ | 4.07 | 4.19 | 0.88 | - |
| YUV | 55.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 56 | 10 | 0 | 0.21 | 0.86 | 0.72 | 45.25 | 0.75 | 0.16 |
| Hex | 47 | 38 | A | 0 | 15 | 56 | 48 | 2D | 4B | 10 |
| Octal | 107 | 70 | 12 | 0 | 25 | 126 | 110 | 55 | 113 | 20 |
| Binary | 1000111 | 111000 | 1010 | 0 | 10101 | 1010110 | 1001000 | 101101 | 1001011 | 10000 |
Color Harmonies of #47380A
Complementary color
Monochromatic Colors of #47380A
Black with #47380A
Text Example
Text Example
White with #47380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47380A; }
p { color: rgb(71,56,10); }
H1.HeaderClassName
{
color: #47380A;
}
.AnyTagClassName
{
color: #47380A;
}
</style>
background-color css
<style>
a { background-color: #47380A; }
a { background-color: rgb(71,56,10); }
div.DivClassName
{
background-color: #47380A;
}
.BgClassName
{
background-color: #47380A;
}
</style>
border-color css
<style>
span { border-color: #47380A; }
span { border-color: rgb(71,56,10); }
td.TdClassName
{
border-color: #47380A;
}
.TagClassName
{
border-color: #47380A;
}
</style>