Shades of Paco #523B2F
Tints of Paco #523B2F
RGB
CMYK
RGB Variations
Color information
#523B2F (or 0x523B2F) is known color: Paco. HEX triplet: 52, 3B and 2F. RGB value is (82,59,47). Sum of RGB (Red+Green+Blue) = 82+59+47=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #523B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B2F is #ADC4D0. Grayscale: #404040. Windows color (decimal): -11388113 or 3095378. OLE color: 3095378.
HSL color Cylindrical-coordinate representation of color #523B2F: hue angle of 20.57º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #523B2F is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 47 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.68 |
| HSL | 20.57º | 0.27% | 0.25% | - |
| HSV(B) | 20.57º | 0.43% | 0.32% | - |
| XYZ | 5.56 | 5.13 | 3.39 | - |
| YUV | 64.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 47 | 0 | 0.28 | 0.43 | 0.68 | 20.57 | 0.27 | 0.25 |
| Hex | 52 | 3B | 2F | 0 | 1C | 2B | 44 | 15 | 1B | 19 |
| Octal | 122 | 73 | 57 | 0 | 34 | 53 | 104 | 25 | 33 | 31 |
| Binary | 1010010 | 111011 | 101111 | 0 | 11100 | 101011 | 1000100 | 10101 | 11011 | 11001 |
Color Harmonies of #523B2F
Complementary color
Monochromatic Colors of #523B2F
Black with #523B2F
Text Example
Text Example
White with #523B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B2F; }
p { color: rgb(82,59,47); }
H1.HeaderClassName
{
color: #523B2F;
}
.AnyTagClassName
{
color: #523B2F;
}
</style>
background-color css
<style>
a { background-color: #523B2F; }
a { background-color: rgb(82,59,47); }
div.DivClassName
{
background-color: #523B2F;
}
.BgClassName
{
background-color: #523B2F;
}
</style>
border-color css
<style>
span { border-color: #523B2F; }
span { border-color: rgb(82,59,47); }
td.TdClassName
{
border-color: #523B2F;
}
.TagClassName
{
border-color: #523B2F;
}
</style>