Shades of Paco #4A3B34
Tints of Paco #4A3B34
RGB
CMYK
RGB Variations
Color information
#4A3B34 (or 0x4A3B34) is known color: Paco. HEX triplet: 4A, 3B and 34. RGB value is (74,59,52). Sum of RGB (Red+Green+Blue) = 74+59+52=185 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3B34 is #B5C4CB. Grayscale: #3E3E3E. Windows color (decimal): -11912396 or 3423050. OLE color: 3423050.
HSL color Cylindrical-coordinate representation of color #4A3B34: hue angle of 19.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A3B34 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 59 | 52 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.71 |
| HSL | 19.09º | 0.17% | 0.25% | - |
| HSV(B) | 19.09º | 0.3% | 0.29% | - |
| XYZ | 5.01 | 4.83 | 3.92 | - |
| YUV | 62.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 52 | 0 | 0.20 | 0.30 | 0.71 | 19.09 | 0.17 | 0.25 |
| Hex | 4A | 3B | 34 | 0 | 14 | 1E | 47 | 13 | 11 | 19 |
| Octal | 112 | 73 | 64 | 0 | 24 | 36 | 107 | 23 | 21 | 31 |
| Binary | 1001010 | 111011 | 110100 | 0 | 10100 | 11110 | 1000111 | 10011 | 10001 | 11001 |
Color Harmonies of #4A3B34
Complementary color
Monochromatic Colors of #4A3B34
Black with #4A3B34
Text Example
Text Example
White with #4A3B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3B34; }
p { color: rgb(74,59,52); }
H1.HeaderClassName
{
color: #4A3B34;
}
.AnyTagClassName
{
color: #4A3B34;
}
</style>
background-color css
<style>
a { background-color: #4A3B34; }
a { background-color: rgb(74,59,52); }
div.DivClassName
{
background-color: #4A3B34;
}
.BgClassName
{
background-color: #4A3B34;
}
</style>
border-color css
<style>
span { border-color: #4A3B34; }
span { border-color: rgb(74,59,52); }
td.TdClassName
{
border-color: #4A3B34;
}
.TagClassName
{
border-color: #4A3B34;
}
</style>