Shades of Paco #54413A
Tints of Paco #54413A
RGB
CMYK
RGB Variations
Color information
#54413A (or 0x54413A) is known color: Paco. HEX triplet: 54, 41 and 3A. RGB value is (84,65,58). Sum of RGB (Red+Green+Blue) = 84+65+58=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 84 - color contains mainly: red. Hex color #54413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54413A is #ABBEC5. Grayscale: #454545. Windows color (decimal): -11255494 or 3817812. OLE color: 3817812.
HSL color Cylindrical-coordinate representation of color #54413A: hue angle of 16.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #54413A is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 65 | 58 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.67 |
| HSL | 16.15º | 0.18% | 0.28% | - |
| HSV(B) | 16.15º | 0.31% | 0.33% | - |
| XYZ | 6.31 | 5.97 | 4.82 | - |
| YUV | 69.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 65 | 58 | 0 | 0.23 | 0.31 | 0.67 | 16.15 | 0.18 | 0.28 |
| Hex | 54 | 41 | 3A | 0 | 17 | 1F | 43 | 10 | 12 | 1C |
| Octal | 124 | 101 | 72 | 0 | 27 | 37 | 103 | 20 | 22 | 34 |
| Binary | 1010100 | 1000001 | 111010 | 0 | 10111 | 11111 | 1000011 | 10000 | 10010 | 11100 |
Color Harmonies of #54413A
Complementary color
Monochromatic Colors of #54413A
Black with #54413A
Text Example
Text Example
White with #54413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54413A; }
p { color: rgb(84,65,58); }
H1.HeaderClassName
{
color: #54413A;
}
.AnyTagClassName
{
color: #54413A;
}
</style>
background-color css
<style>
a { background-color: #54413A; }
a { background-color: rgb(84,65,58); }
div.DivClassName
{
background-color: #54413A;
}
.BgClassName
{
background-color: #54413A;
}
</style>
border-color css
<style>
span { border-color: #54413A; }
span { border-color: rgb(84,65,58); }
td.TdClassName
{
border-color: #54413A;
}
.TagClassName
{
border-color: #54413A;
}
</style>