Shades of Tobago #47342C
Tints of Tobago #47342C
RGB
CMYK
RGB Variations
Color information
#47342C (or 0x47342C) is known color: Tobago. HEX triplet: 47, 34 and 2C. RGB value is (71,52,44). Sum of RGB (Red+Green+Blue) = 71+52+44=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #47342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47342C is #B8CBD3. Grayscale: #383838. Windows color (decimal): -12110804 or 2896967. OLE color: 2896967.
HSL color Cylindrical-coordinate representation of color #47342C: hue angle of 17.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47342C is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 52 | 44 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.72 |
| HSL | 17.78º | 0.23% | 0.23% | - |
| HSV(B) | 17.78º | 0.38% | 0.28% | - |
| XYZ | 4.28 | 3.98 | 2.92 | - |
| YUV | 56.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 44 | 0 | 0.27 | 0.38 | 0.72 | 17.78 | 0.23 | 0.23 |
| Hex | 47 | 34 | 2C | 0 | 1B | 26 | 48 | 12 | 17 | 17 |
| Octal | 107 | 64 | 54 | 0 | 33 | 46 | 110 | 22 | 27 | 27 |
| Binary | 1000111 | 110100 | 101100 | 0 | 11011 | 100110 | 1001000 | 10010 | 10111 | 10111 |
Color Harmonies of #47342C
Complementary color
Monochromatic Colors of #47342C
Black with #47342C
Text Example
Text Example
White with #47342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47342C; }
p { color: rgb(71,52,44); }
H1.HeaderClassName
{
color: #47342C;
}
.AnyTagClassName
{
color: #47342C;
}
</style>
background-color css
<style>
a { background-color: #47342C; }
a { background-color: rgb(71,52,44); }
div.DivClassName
{
background-color: #47342C;
}
.BgClassName
{
background-color: #47342C;
}
</style>
border-color css
<style>
span { border-color: #47342C; }
span { border-color: rgb(71,52,44); }
td.TdClassName
{
border-color: #47342C;
}
.TagClassName
{
border-color: #47342C;
}
</style>