Shades of Paco #53453F
Tints of Paco #53453F
RGB
CMYK
RGB Variations
Color information
#53453F (or 0x53453F) is known color: Paco. HEX triplet: 53, 45 and 3F. RGB value is (83,69,63). Sum of RGB (Red+Green+Blue) = 83+69+63=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53453F is #ACBAC0. Grayscale: #484848. Windows color (decimal): -11320001 or 4146515. OLE color: 4146515.
HSL color Cylindrical-coordinate representation of color #53453F: hue angle of 18º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53453F is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 69 | 63 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.67 |
| HSL | 18º | 0.14% | 0.29% | - |
| HSV(B) | 18º | 0.24% | 0.33% | - |
| XYZ | 6.59 | 6.45 | 5.6 | - |
| YUV | 72.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 63 | 0 | 0.17 | 0.24 | 0.67 | 18 | 0.14 | 0.29 |
| Hex | 53 | 45 | 3F | 0 | 11 | 18 | 43 | 12 | E | 1D |
| Octal | 123 | 105 | 77 | 0 | 21 | 30 | 103 | 22 | 16 | 35 |
| Binary | 1010011 | 1000101 | 111111 | 0 | 10001 | 11000 | 1000011 | 10010 | 1110 | 11101 |
Color Harmonies of #53453F
Complementary color
Monochromatic Colors of #53453F
Black with #53453F
Text Example
Text Example
White with #53453F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53453F; }
p { color: rgb(83,69,63); }
H1.HeaderClassName
{
color: #53453F;
}
.AnyTagClassName
{
color: #53453F;
}
</style>
background-color css
<style>
a { background-color: #53453F; }
a { background-color: rgb(83,69,63); }
div.DivClassName
{
background-color: #53453F;
}
.BgClassName
{
background-color: #53453F;
}
</style>
border-color css
<style>
span { border-color: #53453F; }
span { border-color: rgb(83,69,63); }
td.TdClassName
{
border-color: #53453F;
}
.TagClassName
{
border-color: #53453F;
}
</style>