Shades of Paco #4A3F37
Tints of Paco #4A3F37
RGB
CMYK
RGB Variations
Color information
#4A3F37 (or 0x4A3F37) is known color: Paco. HEX triplet: 4A, 3F and 37. RGB value is (74,63,55). Sum of RGB (Red+Green+Blue) = 74+63+55=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3F37 is #B5C0C8. Grayscale: #414141. Windows color (decimal): -11911369 or 3620682. OLE color: 3620682.
HSL color Cylindrical-coordinate representation of color #4A3F37: hue angle of 25.26º 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 #4A3F37 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 63 | 55 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.71 |
| HSL | 25.26º | 0.15% | 0.25% | - |
| HSV(B) | 25.26º | 0.26% | 0.29% | - |
| XYZ | 5.29 | 5.29 | 4.36 | - |
| YUV | 65.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 55 | 0 | 0.15 | 0.26 | 0.71 | 25.26 | 0.15 | 0.25 |
| Hex | 4A | 3F | 37 | 0 | F | 1A | 47 | 19 | F | 19 |
| Octal | 112 | 77 | 67 | 0 | 17 | 32 | 107 | 31 | 17 | 31 |
| Binary | 1001010 | 111111 | 110111 | 0 | 1111 | 11010 | 1000111 | 11001 | 1111 | 11001 |
Color Harmonies of #4A3F37
Complementary color
Monochromatic Colors of #4A3F37
Black with #4A3F37
Text Example
Text Example
White with #4A3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3F37; }
p { color: rgb(74,63,55); }
H1.HeaderClassName
{
color: #4A3F37;
}
.AnyTagClassName
{
color: #4A3F37;
}
</style>
background-color css
<style>
a { background-color: #4A3F37; }
a { background-color: rgb(74,63,55); }
div.DivClassName
{
background-color: #4A3F37;
}
.BgClassName
{
background-color: #4A3F37;
}
</style>
border-color css
<style>
span { border-color: #4A3F37; }
span { border-color: rgb(74,63,55); }
td.TdClassName
{
border-color: #4A3F37;
}
.TagClassName
{
border-color: #4A3F37;
}
</style>