Shades of Paco #523D34
Tints of Paco #523D34
RGB
CMYK
RGB Variations
Color information
#523D34 (or 0x523D34) is known color: Paco. HEX triplet: 52, 3D and 34. RGB value is (82,61,52). Sum of RGB (Red+Green+Blue) = 82+61+52=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #523D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D34 is #ADC2CB. Grayscale: #424242. Windows color (decimal): -11387596 or 3423570. OLE color: 3423570.
HSL color Cylindrical-coordinate representation of color #523D34: hue angle of 18º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #523D34 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 52 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.68 |
| HSL | 18º | 0.22% | 0.26% | - |
| HSV(B) | 18º | 0.37% | 0.32% | - |
| XYZ | 5.77 | 5.38 | 3.98 | - |
| YUV | 66.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 52 | 0 | 0.26 | 0.37 | 0.68 | 18 | 0.22 | 0.26 |
| Hex | 52 | 3D | 34 | 0 | 1A | 25 | 44 | 12 | 16 | 1A |
| Octal | 122 | 75 | 64 | 0 | 32 | 45 | 104 | 22 | 26 | 32 |
| Binary | 1010010 | 111101 | 110100 | 0 | 11010 | 100101 | 1000100 | 10010 | 10110 | 11010 |
Color Harmonies of #523D34
Complementary color
Monochromatic Colors of #523D34
Black with #523D34
Text Example
Text Example
White with #523D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D34; }
p { color: rgb(82,61,52); }
H1.HeaderClassName
{
color: #523D34;
}
.AnyTagClassName
{
color: #523D34;
}
</style>
background-color css
<style>
a { background-color: #523D34; }
a { background-color: rgb(82,61,52); }
div.DivClassName
{
background-color: #523D34;
}
.BgClassName
{
background-color: #523D34;
}
</style>
border-color css
<style>
span { border-color: #523D34; }
span { border-color: rgb(82,61,52); }
td.TdClassName
{
border-color: #523D34;
}
.TagClassName
{
border-color: #523D34;
}
</style>