Shades of Paco #52433C
Tints of Paco #52433C
RGB
CMYK
RGB Variations
Color information
#52433C (or 0x52433C) is known color: Paco. HEX triplet: 52, 43 and 3C. RGB value is (82,67,60). Sum of RGB (Red+Green+Blue) = 82+67+60=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #52433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52433C is #ADBCC3. Grayscale: #464646. Windows color (decimal): -11386052 or 3949394. OLE color: 3949394.
HSL color Cylindrical-coordinate representation of color #52433C: hue angle of 19.09º 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 #52433C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 60 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.68 |
| HSL | 19.09º | 0.15% | 0.28% | - |
| HSV(B) | 19.09º | 0.27% | 0.32% | - |
| XYZ | 6.3 | 6.13 | 5.13 | - |
| YUV | 70.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 60 | 0 | 0.18 | 0.27 | 0.68 | 19.09 | 0.15 | 0.28 |
| Hex | 52 | 43 | 3C | 0 | 12 | 1B | 44 | 13 | F | 1C |
| Octal | 122 | 103 | 74 | 0 | 22 | 33 | 104 | 23 | 17 | 34 |
| Binary | 1010010 | 1000011 | 111100 | 0 | 10010 | 11011 | 1000100 | 10011 | 1111 | 11100 |
Color Harmonies of #52433C
Complementary color
Monochromatic Colors of #52433C
Black with #52433C
Text Example
Text Example
White with #52433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52433C; }
p { color: rgb(82,67,60); }
H1.HeaderClassName
{
color: #52433C;
}
.AnyTagClassName
{
color: #52433C;
}
</style>
background-color css
<style>
a { background-color: #52433C; }
a { background-color: rgb(82,67,60); }
div.DivClassName
{
background-color: #52433C;
}
.BgClassName
{
background-color: #52433C;
}
</style>
border-color css
<style>
span { border-color: #52433C; }
span { border-color: rgb(82,67,60); }
td.TdClassName
{
border-color: #52433C;
}
.TagClassName
{
border-color: #52433C;
}
</style>