Shades of Paco #52433B
Tints of Paco #52433B
RGB
CMYK
RGB Variations
Color information
#52433B (or 0x52433B) is known color: Paco. HEX triplet: 52, 43 and 3B. RGB value is (82,67,59). Sum of RGB (Red+Green+Blue) = 82+67+59=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #52433B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52433B is #ADBCC4. Grayscale: #464646. Windows color (decimal): -11386053 or 3883858. OLE color: 3883858.
HSL color Cylindrical-coordinate representation of color #52433B: hue angle of 20.87º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52433B is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 67 | 59 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.68 |
| HSL | 20.87º | 0.16% | 0.28% | - |
| HSV(B) | 20.87º | 0.28% | 0.32% | - |
| XYZ | 6.28 | 6.12 | 4.99 | - |
| YUV | 70.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 59 | 0 | 0.18 | 0.28 | 0.68 | 20.87 | 0.16 | 0.28 |
| Hex | 52 | 43 | 3B | 0 | 12 | 1C | 44 | 15 | 10 | 1C |
| Octal | 122 | 103 | 73 | 0 | 22 | 34 | 104 | 25 | 20 | 34 |
| Binary | 1010010 | 1000011 | 111011 | 0 | 10010 | 11100 | 1000100 | 10101 | 10000 | 11100 |
Color Harmonies of #52433B
Complementary color
Monochromatic Colors of #52433B
Black with #52433B
Text Example
Text Example
White with #52433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52433B; }
p { color: rgb(82,67,59); }
H1.HeaderClassName
{
color: #52433B;
}
.AnyTagClassName
{
color: #52433B;
}
</style>
background-color css
<style>
a { background-color: #52433B; }
a { background-color: rgb(82,67,59); }
div.DivClassName
{
background-color: #52433B;
}
.BgClassName
{
background-color: #52433B;
}
</style>
border-color css
<style>
span { border-color: #52433B; }
span { border-color: rgb(82,67,59); }
td.TdClassName
{
border-color: #52433B;
}
.TagClassName
{
border-color: #52433B;
}
</style>