Shades of Paco #4A3C37
Tints of Paco #4A3C37
RGB
CMYK
RGB Variations
Color information
#4A3C37 (or 0x4A3C37) is known color: Paco. HEX triplet: 4A, 3C and 37. RGB value is (74,60,55). Sum of RGB (Red+Green+Blue) = 74+60+55=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3C37 is #B5C3C8. Grayscale: #3F3F3F. Windows color (decimal): -11912137 or 3619914. OLE color: 3619914.
HSL color Cylindrical-coordinate representation of color #4A3C37: hue angle of 15.79º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A3C37 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 60 | 55 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.71 |
| HSL | 15.79º | 0.15% | 0.25% | - |
| HSV(B) | 15.79º | 0.26% | 0.29% | - |
| XYZ | 5.13 | 4.96 | 4.3 | - |
| YUV | 63.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 55 | 0 | 0.19 | 0.26 | 0.71 | 15.79 | 0.15 | 0.25 |
| Hex | 4A | 3C | 37 | 0 | 13 | 1A | 47 | 10 | F | 19 |
| Octal | 112 | 74 | 67 | 0 | 23 | 32 | 107 | 20 | 17 | 31 |
| Binary | 1001010 | 111100 | 110111 | 0 | 10011 | 11010 | 1000111 | 10000 | 1111 | 11001 |
Color Harmonies of #4A3C37
Complementary color
Monochromatic Colors of #4A3C37
Black with #4A3C37
Text Example
Text Example
White with #4A3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C37; }
p { color: rgb(74,60,55); }
H1.HeaderClassName
{
color: #4A3C37;
}
.AnyTagClassName
{
color: #4A3C37;
}
</style>
background-color css
<style>
a { background-color: #4A3C37; }
a { background-color: rgb(74,60,55); }
div.DivClassName
{
background-color: #4A3C37;
}
.BgClassName
{
background-color: #4A3C37;
}
</style>
border-color css
<style>
span { border-color: #4A3C37; }
span { border-color: rgb(74,60,55); }
td.TdClassName
{
border-color: #4A3C37;
}
.TagClassName
{
border-color: #4A3C37;
}
</style>