Shades of Paco #523C31
Tints of Paco #523C31
RGB
CMYK
RGB Variations
Color information
#523C31 (or 0x523C31) is known color: Paco. HEX triplet: 52, 3C and 31. RGB value is (82,60,49). Sum of RGB (Red+Green+Blue) = 82+60+49=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #523C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C31 is #ADC3CE. Grayscale: #414141. Windows color (decimal): -11387855 or 3226706. OLE color: 3226706.
HSL color Cylindrical-coordinate representation of color #523C31: hue angle of 20º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523C31 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 49 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.68 |
| HSL | 20º | 0.25% | 0.26% | - |
| HSV(B) | 20º | 0.4% | 0.32% | - |
| XYZ | 5.65 | 5.25 | 3.62 | - |
| YUV | 65.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 49 | 0 | 0.27 | 0.40 | 0.68 | 20 | 0.25 | 0.26 |
| Hex | 52 | 3C | 31 | 0 | 1B | 28 | 44 | 14 | 19 | 1A |
| Octal | 122 | 74 | 61 | 0 | 33 | 50 | 104 | 24 | 31 | 32 |
| Binary | 1010010 | 111100 | 110001 | 0 | 11011 | 101000 | 1000100 | 10100 | 11001 | 11010 |
Color Harmonies of #523C31
Complementary color
Monochromatic Colors of #523C31
Black with #523C31
Text Example
Text Example
White with #523C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C31; }
p { color: rgb(82,60,49); }
H1.HeaderClassName
{
color: #523C31;
}
.AnyTagClassName
{
color: #523C31;
}
</style>
background-color css
<style>
a { background-color: #523C31; }
a { background-color: rgb(82,60,49); }
div.DivClassName
{
background-color: #523C31;
}
.BgClassName
{
background-color: #523C31;
}
</style>
border-color css
<style>
span { border-color: #523C31; }
span { border-color: rgb(82,60,49); }
td.TdClassName
{
border-color: #523C31;
}
.TagClassName
{
border-color: #523C31;
}
</style>