Shades of Paco #524235
Tints of Paco #524235
RGB
CMYK
RGB Variations
Color information
#524235 (or 0x524235) is known color: Paco. HEX triplet: 52, 42 and 35. RGB value is (82,66,53). Sum of RGB (Red+Green+Blue) = 82+66+53=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 82 - color contains mainly: red. Hex color #524235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524235 is #ADBDCA. Grayscale: #454545. Windows color (decimal): -11386315 or 3490386. OLE color: 3490386.
HSL color Cylindrical-coordinate representation of color #524235: hue angle of 26.9º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #524235 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 66 | 53 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.68 |
| HSL | 26.9º | 0.21% | 0.26% | - |
| HSV(B) | 26.9º | 0.35% | 0.32% | - |
| XYZ | 6.07 | 5.95 | 4.2 | - |
| YUV | 69.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 66 | 53 | 0 | 0.20 | 0.35 | 0.68 | 26.9 | 0.21 | 0.26 |
| Hex | 52 | 42 | 35 | 0 | 14 | 23 | 44 | 1B | 15 | 1A |
| Octal | 122 | 102 | 65 | 0 | 24 | 43 | 104 | 33 | 25 | 32 |
| Binary | 1010010 | 1000010 | 110101 | 0 | 10100 | 100011 | 1000100 | 11011 | 10101 | 11010 |
Color Harmonies of #524235
Complementary color
Monochromatic Colors of #524235
Black with #524235
Text Example
Text Example
White with #524235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524235; }
p { color: rgb(82,66,53); }
H1.HeaderClassName
{
color: #524235;
}
.AnyTagClassName
{
color: #524235;
}
</style>
background-color css
<style>
a { background-color: #524235; }
a { background-color: rgb(82,66,53); }
div.DivClassName
{
background-color: #524235;
}
.BgClassName
{
background-color: #524235;
}
</style>
border-color css
<style>
span { border-color: #524235; }
span { border-color: rgb(82,66,53); }
td.TdClassName
{
border-color: #524235;
}
.TagClassName
{
border-color: #524235;
}
</style>