Shades of Paco #523B30
Tints of Paco #523B30
RGB
CMYK
RGB Variations
Color information
#523B30 (or 0x523B30) is known color: Paco. HEX triplet: 52, 3B and 30. RGB value is (82,59,48). Sum of RGB (Red+Green+Blue) = 82+59+48=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 82 - color contains mainly: red. Hex color #523B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B30 is #ADC4CF. Grayscale: #404040. Windows color (decimal): -11388112 or 3160914. OLE color: 3160914.
HSL color Cylindrical-coordinate representation of color #523B30: hue angle of 19.41º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #523B30 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 48 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.68 |
| HSL | 19.41º | 0.26% | 0.25% | - |
| HSV(B) | 19.41º | 0.41% | 0.32% | - |
| XYZ | 5.58 | 5.14 | 3.49 | - |
| YUV | 64.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 48 | 0 | 0.28 | 0.41 | 0.68 | 19.41 | 0.26 | 0.25 |
| Hex | 52 | 3B | 30 | 0 | 1C | 29 | 44 | 13 | 1A | 19 |
| Octal | 122 | 73 | 60 | 0 | 34 | 51 | 104 | 23 | 32 | 31 |
| Binary | 1010010 | 111011 | 110000 | 0 | 11100 | 101001 | 1000100 | 10011 | 11010 | 11001 |
Color Harmonies of #523B30
Complementary color
Monochromatic Colors of #523B30
Black with #523B30
Text Example
Text Example
White with #523B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B30; }
p { color: rgb(82,59,48); }
H1.HeaderClassName
{
color: #523B30;
}
.AnyTagClassName
{
color: #523B30;
}
</style>
background-color css
<style>
a { background-color: #523B30; }
a { background-color: rgb(82,59,48); }
div.DivClassName
{
background-color: #523B30;
}
.BgClassName
{
background-color: #523B30;
}
</style>
border-color css
<style>
span { border-color: #523B30; }
span { border-color: rgb(82,59,48); }
td.TdClassName
{
border-color: #523B30;
}
.TagClassName
{
border-color: #523B30;
}
</style>