Shades of Paco #52443E
Tints of Paco #52443E
RGB
CMYK
RGB Variations
Color information
#52443E (or 0x52443E) is known color: Paco. HEX triplet: 52, 44 and 3E. RGB value is (82,68,62). Sum of RGB (Red+Green+Blue) = 82+68+62=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52443E is #ADBBC1. Grayscale: #474747. Windows color (decimal): -11385794 or 4080722. OLE color: 4080722.
HSL color Cylindrical-coordinate representation of color #52443E: hue angle of 18º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52443E is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 68 | 62 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.68 |
| HSL | 18º | 0.14% | 0.28% | - |
| HSV(B) | 18º | 0.24% | 0.32% | - |
| XYZ | 6.42 | 6.28 | 5.43 | - |
| YUV | 71.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 68 | 62 | 0 | 0.17 | 0.24 | 0.68 | 18 | 0.14 | 0.28 |
| Hex | 52 | 44 | 3E | 0 | 11 | 18 | 44 | 12 | E | 1C |
| Octal | 122 | 104 | 76 | 0 | 21 | 30 | 104 | 22 | 16 | 34 |
| Binary | 1010010 | 1000100 | 111110 | 0 | 10001 | 11000 | 1000100 | 10010 | 1110 | 11100 |
Color Harmonies of #52443E
Complementary color
Monochromatic Colors of #52443E
Black with #52443E
Text Example
Text Example
White with #52443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52443E; }
p { color: rgb(82,68,62); }
H1.HeaderClassName
{
color: #52443E;
}
.AnyTagClassName
{
color: #52443E;
}
</style>
background-color css
<style>
a { background-color: #52443E; }
a { background-color: rgb(82,68,62); }
div.DivClassName
{
background-color: #52443E;
}
.BgClassName
{
background-color: #52443E;
}
</style>
border-color css
<style>
span { border-color: #52443E; }
span { border-color: rgb(82,68,62); }
td.TdClassName
{
border-color: #52443E;
}
.TagClassName
{
border-color: #52443E;
}
</style>