Shades of Madras #473A0C
Tints of Madras #473A0C
RGB
CMYK
RGB Variations
Color information
#473A0C (or 0x473A0C) is known color: Madras. HEX triplet: 47, 3A and 0C. RGB value is (71,58,12). Sum of RGB (Red+Green+Blue) = 71+58+12=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #473A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473A0C is #B8C5F3. Grayscale: #383838. Windows color (decimal): -12109300 or 801351. OLE color: 801351.
HSL color Cylindrical-coordinate representation of color #473A0C: hue angle of 46.78º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #473A0C is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 12 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.72 |
| HSL | 46.78º | 0.71% | 0.16% | - |
| HSV(B) | 46.78º | 0.83% | 0.28% | - |
| XYZ | 4.18 | 4.39 | 0.98 | - |
| YUV | 56.64 | 102.81 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 12 | 0 | 0.18 | 0.83 | 0.72 | 46.78 | 0.71 | 0.16 |
| Hex | 47 | 3A | C | 0 | 12 | 53 | 48 | 2F | 47 | 10 |
| Octal | 107 | 72 | 14 | 0 | 22 | 123 | 110 | 57 | 107 | 20 |
| Binary | 1000111 | 111010 | 1100 | 0 | 10010 | 1010011 | 1001000 | 101111 | 1000111 | 10000 |
Color Harmonies of #473A0C
Complementary color
Monochromatic Colors of #473A0C
Black with #473A0C
Text Example
Text Example
White with #473A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A0C; }
p { color: rgb(71,58,12); }
H1.HeaderClassName
{
color: #473A0C;
}
.AnyTagClassName
{
color: #473A0C;
}
</style>
background-color css
<style>
a { background-color: #473A0C; }
a { background-color: rgb(71,58,12); }
div.DivClassName
{
background-color: #473A0C;
}
.BgClassName
{
background-color: #473A0C;
}
</style>
border-color css
<style>
span { border-color: #473A0C; }
span { border-color: rgb(71,58,12); }
td.TdClassName
{
border-color: #473A0C;
}
.TagClassName
{
border-color: #473A0C;
}
</style>