Shades of Paco #47403C
Tints of Paco #47403C
RGB
CMYK
RGB Variations
Color information
#47403C (or 0x47403C) is known color: Paco. HEX triplet: 47, 40 and 3C. RGB value is (71,64,60). Sum of RGB (Red+Green+Blue) = 71+64+60=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #47403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47403C is #B8BFC3. Grayscale: #414141. Windows color (decimal): -12107716 or 3948615. OLE color: 3948615.
HSL color Cylindrical-coordinate representation of color #47403C: hue angle of 21.82º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #47403C is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 64 | 60 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.72 |
| HSL | 21.82º | 0.08% | 0.26% | - |
| HSV(B) | 21.82º | 0.15% | 0.28% | - |
| XYZ | 5.25 | 5.33 | 5.03 | - |
| YUV | 65.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 60 | 0 | 0.10 | 0.15 | 0.72 | 21.82 | 0.08 | 0.26 |
| Hex | 47 | 40 | 3C | 0 | A | F | 48 | 16 | 8 | 1A |
| Octal | 107 | 100 | 74 | 0 | 12 | 17 | 110 | 26 | 10 | 32 |
| Binary | 1000111 | 1000000 | 111100 | 0 | 1010 | 1111 | 1001000 | 10110 | 1000 | 11010 |
Color Harmonies of #47403C
Complementary color
Monochromatic Colors of #47403C
Black with #47403C
Text Example
Text Example
White with #47403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47403C; }
p { color: rgb(71,64,60); }
H1.HeaderClassName
{
color: #47403C;
}
.AnyTagClassName
{
color: #47403C;
}
</style>
background-color css
<style>
a { background-color: #47403C; }
a { background-color: rgb(71,64,60); }
div.DivClassName
{
background-color: #47403C;
}
.BgClassName
{
background-color: #47403C;
}
</style>
border-color css
<style>
span { border-color: #47403C; }
span { border-color: rgb(71,64,60); }
td.TdClassName
{
border-color: #47403C;
}
.TagClassName
{
border-color: #47403C;
}
</style>