Shades of Paco #4A3D36
Tints of Paco #4A3D36
RGB
CMYK
RGB Variations
Color information
#4A3D36 (or 0x4A3D36) is known color: Paco. HEX triplet: 4A, 3D and 36. RGB value is (74,61,54). Sum of RGB (Red+Green+Blue) = 74+61+54=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3D36 is #B5C2C9. Grayscale: #404040. Windows color (decimal): -11911882 or 3554634. OLE color: 3554634.
HSL color Cylindrical-coordinate representation of color #4A3D36: hue angle of 21º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A3D36 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 61 | 54 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.71 |
| HSL | 21º | 0.16% | 0.25% | - |
| HSV(B) | 21º | 0.27% | 0.29% | - |
| XYZ | 5.16 | 5.06 | 4.19 | - |
| YUV | 64.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 54 | 0 | 0.18 | 0.27 | 0.71 | 21 | 0.16 | 0.25 |
| Hex | 4A | 3D | 36 | 0 | 12 | 1B | 47 | 15 | 10 | 19 |
| Octal | 112 | 75 | 66 | 0 | 22 | 33 | 107 | 25 | 20 | 31 |
| Binary | 1001010 | 111101 | 110110 | 0 | 10010 | 11011 | 1000111 | 10101 | 10000 | 11001 |
Color Harmonies of #4A3D36
Complementary color
Monochromatic Colors of #4A3D36
Black with #4A3D36
Text Example
Text Example
White with #4A3D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3D36; }
p { color: rgb(74,61,54); }
H1.HeaderClassName
{
color: #4A3D36;
}
.AnyTagClassName
{
color: #4A3D36;
}
</style>
background-color css
<style>
a { background-color: #4A3D36; }
a { background-color: rgb(74,61,54); }
div.DivClassName
{
background-color: #4A3D36;
}
.BgClassName
{
background-color: #4A3D36;
}
</style>
border-color css
<style>
span { border-color: #4A3D36; }
span { border-color: rgb(74,61,54); }
td.TdClassName
{
border-color: #4A3D36;
}
.TagClassName
{
border-color: #4A3D36;
}
</style>