Shades of Paco #52453C
Tints of Paco #52453C
RGB
CMYK
RGB Variations
Color information
#52453C (or 0x52453C) is known color: Paco. HEX triplet: 52, 45 and 3C. RGB value is (82,69,60). Sum of RGB (Red+Green+Blue) = 82+69+60=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52453C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52453C is #ADBAC3. Grayscale: #474747. Windows color (decimal): -11385540 or 3949906. OLE color: 3949906.
HSL color Cylindrical-coordinate representation of color #52453C: hue angle of 24.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52453C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 69 | 60 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.68 |
| HSL | 24.55º | 0.15% | 0.28% | - |
| HSV(B) | 24.55º | 0.27% | 0.32% | - |
| XYZ | 6.42 | 6.38 | 5.17 | - |
| YUV | 71.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 60 | 0 | 0.16 | 0.27 | 0.68 | 24.55 | 0.15 | 0.28 |
| Hex | 52 | 45 | 3C | 0 | 10 | 1B | 44 | 19 | F | 1C |
| Octal | 122 | 105 | 74 | 0 | 20 | 33 | 104 | 31 | 17 | 34 |
| Binary | 1010010 | 1000101 | 111100 | 0 | 10000 | 11011 | 1000100 | 11001 | 1111 | 11100 |
Color Harmonies of #52453C
Complementary color
Monochromatic Colors of #52453C
Black with #52453C
Text Example
Text Example
White with #52453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52453C; }
p { color: rgb(82,69,60); }
H1.HeaderClassName
{
color: #52453C;
}
.AnyTagClassName
{
color: #52453C;
}
</style>
background-color css
<style>
a { background-color: #52453C; }
a { background-color: rgb(82,69,60); }
div.DivClassName
{
background-color: #52453C;
}
.BgClassName
{
background-color: #52453C;
}
</style>
border-color css
<style>
span { border-color: #52453C; }
span { border-color: rgb(82,69,60); }
td.TdClassName
{
border-color: #52453C;
}
.TagClassName
{
border-color: #52453C;
}
</style>