Shades of Paco #483A34
Tints of Paco #483A34
RGB
CMYK
RGB Variations
Color information
#483A34 (or 0x483A34) is known color: Paco. HEX triplet: 48, 3A and 34. RGB value is (72,58,52). Sum of RGB (Red+Green+Blue) = 72+58+52=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #483A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A34 is #B7C5CB. Grayscale: #3D3D3D. Windows color (decimal): -12043724 or 3422792. OLE color: 3422792.
HSL color Cylindrical-coordinate representation of color #483A34: hue angle of 18º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483A34 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 52 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.72 |
| HSL | 18º | 0.16% | 0.24% | - |
| HSV(B) | 18º | 0.28% | 0.28% | - |
| XYZ | 4.81 | 4.65 | 3.89 | - |
| YUV | 61.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 52 | 0 | 0.19 | 0.28 | 0.72 | 18 | 0.16 | 0.24 |
| Hex | 48 | 3A | 34 | 0 | 13 | 1C | 48 | 12 | 10 | 18 |
| Octal | 110 | 72 | 64 | 0 | 23 | 34 | 110 | 22 | 20 | 30 |
| Binary | 1001000 | 111010 | 110100 | 0 | 10011 | 11100 | 1001000 | 10010 | 10000 | 11000 |
Color Harmonies of #483A34
Complementary color
Monochromatic Colors of #483A34
Black with #483A34
Text Example
Text Example
White with #483A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A34; }
p { color: rgb(72,58,52); }
H1.HeaderClassName
{
color: #483A34;
}
.AnyTagClassName
{
color: #483A34;
}
</style>
background-color css
<style>
a { background-color: #483A34; }
a { background-color: rgb(72,58,52); }
div.DivClassName
{
background-color: #483A34;
}
.BgClassName
{
background-color: #483A34;
}
</style>
border-color css
<style>
span { border-color: #483A34; }
span { border-color: rgb(72,58,52); }
td.TdClassName
{
border-color: #483A34;
}
.TagClassName
{
border-color: #483A34;
}
</style>