Shades of Paco #473F3A
Tints of Paco #473F3A
RGB
CMYK
RGB Variations
Color information
#473F3A (or 0x473F3A) is known color: Paco. HEX triplet: 47, 3F and 3A. RGB value is (71,63,58). Sum of RGB (Red+Green+Blue) = 71+63+58=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 71 - color contains mainly: red. Hex color #473F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F3A is #B8C0C5. Grayscale: #404040. Windows color (decimal): -12107974 or 3817287. OLE color: 3817287.
HSL color Cylindrical-coordinate representation of color #473F3A: hue angle of 23.08º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473F3A is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 63 | 58 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.72 |
| HSL | 23.08º | 0.1% | 0.25% | - |
| HSV(B) | 23.08º | 0.18% | 0.28% | - |
| XYZ | 5.14 | 5.2 | 4.74 | - |
| YUV | 64.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 63 | 58 | 0 | 0.11 | 0.18 | 0.72 | 23.08 | 0.1 | 0.25 |
| Hex | 47 | 3F | 3A | 0 | B | 12 | 48 | 17 | A | 19 |
| Octal | 107 | 77 | 72 | 0 | 13 | 22 | 110 | 27 | 12 | 31 |
| Binary | 1000111 | 111111 | 111010 | 0 | 1011 | 10010 | 1001000 | 10111 | 1010 | 11001 |
Color Harmonies of #473F3A
Complementary color
Monochromatic Colors of #473F3A
Black with #473F3A
Text Example
Text Example
White with #473F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473F3A; }
p { color: rgb(71,63,58); }
H1.HeaderClassName
{
color: #473F3A;
}
.AnyTagClassName
{
color: #473F3A;
}
</style>
background-color css
<style>
a { background-color: #473F3A; }
a { background-color: rgb(71,63,58); }
div.DivClassName
{
background-color: #473F3A;
}
.BgClassName
{
background-color: #473F3A;
}
</style>
border-color css
<style>
span { border-color: #473F3A; }
span { border-color: rgb(71,63,58); }
td.TdClassName
{
border-color: #473F3A;
}
.TagClassName
{
border-color: #473F3A;
}
</style>