Shades of Paco #53423C
Tints of Paco #53423C
RGB
CMYK
RGB Variations
Color information
#53423C (or 0x53423C) is known color: Paco. HEX triplet: 53, 42 and 3C. RGB value is (83,66,60). Sum of RGB (Red+Green+Blue) = 83+66+60=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53423C is #ACBDC3. Grayscale: #464646. Windows color (decimal): -11320772 or 3949139. OLE color: 3949139.
HSL color Cylindrical-coordinate representation of color #53423C: hue angle of 15.65º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53423C is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 66 | 60 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.67 |
| HSL | 15.65º | 0.16% | 0.28% | - |
| HSV(B) | 15.65º | 0.28% | 0.33% | - |
| XYZ | 6.33 | 6.06 | 5.11 | - |
| YUV | 70.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 66 | 60 | 0 | 0.20 | 0.28 | 0.67 | 15.65 | 0.16 | 0.28 |
| Hex | 53 | 42 | 3C | 0 | 14 | 1C | 43 | 10 | 10 | 1C |
| Octal | 123 | 102 | 74 | 0 | 24 | 34 | 103 | 20 | 20 | 34 |
| Binary | 1010011 | 1000010 | 111100 | 0 | 10100 | 11100 | 1000011 | 10000 | 10000 | 11100 |
Color Harmonies of #53423C
Complementary color
Monochromatic Colors of #53423C
Black with #53423C
Text Example
Text Example
White with #53423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53423C; }
p { color: rgb(83,66,60); }
H1.HeaderClassName
{
color: #53423C;
}
.AnyTagClassName
{
color: #53423C;
}
</style>
background-color css
<style>
a { background-color: #53423C; }
a { background-color: rgb(83,66,60); }
div.DivClassName
{
background-color: #53423C;
}
.BgClassName
{
background-color: #53423C;
}
</style>
border-color css
<style>
span { border-color: #53423C; }
span { border-color: rgb(83,66,60); }
td.TdClassName
{
border-color: #53423C;
}
.TagClassName
{
border-color: #53423C;
}
</style>