Shades of Paco #54423C
Tints of Paco #54423C
RGB
CMYK
RGB Variations
Color information
#54423C (or 0x54423C) is known color: Paco. HEX triplet: 54, 42 and 3C. RGB value is (84,66,60). Sum of RGB (Red+Green+Blue) = 84+66+60=210 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 84 - color contains mainly: red. Hex color #54423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54423C is #ABBDC3. Grayscale: #464646. Windows color (decimal): -11255236 or 3949140. OLE color: 3949140.
HSL color Cylindrical-coordinate representation of color #54423C: hue angle of 15º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #54423C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 66 | 60 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.67 |
| HSL | 15º | 0.17% | 0.28% | - |
| HSV(B) | 15º | 0.29% | 0.33% | - |
| XYZ | 6.42 | 6.11 | 5.12 | - |
| YUV | 70.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 66 | 60 | 0 | 0.21 | 0.29 | 0.67 | 15 | 0.17 | 0.28 |
| Hex | 54 | 42 | 3C | 0 | 15 | 1D | 43 | F | 11 | 1C |
| Octal | 124 | 102 | 74 | 0 | 25 | 35 | 103 | 17 | 21 | 34 |
| Binary | 1010100 | 1000010 | 111100 | 0 | 10101 | 11101 | 1000011 | 1111 | 10001 | 11100 |
Color Harmonies of #54423C
Complementary color
Monochromatic Colors of #54423C
Black with #54423C
Text Example
Text Example
White with #54423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54423C; }
p { color: rgb(84,66,60); }
H1.HeaderClassName
{
color: #54423C;
}
.AnyTagClassName
{
color: #54423C;
}
</style>
background-color css
<style>
a { background-color: #54423C; }
a { background-color: rgb(84,66,60); }
div.DivClassName
{
background-color: #54423C;
}
.BgClassName
{
background-color: #54423C;
}
</style>
border-color css
<style>
span { border-color: #54423C; }
span { border-color: rgb(84,66,60); }
td.TdClassName
{
border-color: #54423C;
}
.TagClassName
{
border-color: #54423C;
}
</style>