Shades of Paco #523B33
Tints of Paco #523B33
RGB
CMYK
RGB Variations
Color information
#523B33 (or 0x523B33) is known color: Paco. HEX triplet: 52, 3B and 33. RGB value is (82,59,51). Sum of RGB (Red+Green+Blue) = 82+59+51=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #523B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B33 is #ADC4CC. Grayscale: #414141. Windows color (decimal): -11388109 or 3357522. OLE color: 3357522.
HSL color Cylindrical-coordinate representation of color #523B33: hue angle of 15.48º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #523B33 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 51 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.68 |
| HSL | 15.48º | 0.23% | 0.26% | - |
| HSV(B) | 15.48º | 0.38% | 0.32% | - |
| XYZ | 5.64 | 5.16 | 3.83 | - |
| YUV | 64.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 51 | 0 | 0.28 | 0.38 | 0.68 | 15.48 | 0.23 | 0.26 |
| Hex | 52 | 3B | 33 | 0 | 1C | 26 | 44 | F | 17 | 1A |
| Octal | 122 | 73 | 63 | 0 | 34 | 46 | 104 | 17 | 27 | 32 |
| Binary | 1010010 | 111011 | 110011 | 0 | 11100 | 100110 | 1000100 | 1111 | 10111 | 11010 |
Color Harmonies of #523B33
Complementary color
Monochromatic Colors of #523B33
Black with #523B33
Text Example
Text Example
White with #523B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B33; }
p { color: rgb(82,59,51); }
H1.HeaderClassName
{
color: #523B33;
}
.AnyTagClassName
{
color: #523B33;
}
</style>
background-color css
<style>
a { background-color: #523B33; }
a { background-color: rgb(82,59,51); }
div.DivClassName
{
background-color: #523B33;
}
.BgClassName
{
background-color: #523B33;
}
</style>
border-color css
<style>
span { border-color: #523B33; }
span { border-color: rgb(82,59,51); }
td.TdClassName
{
border-color: #523B33;
}
.TagClassName
{
border-color: #523B33;
}
</style>