Shades of Paco #48403C
Tints of Paco #48403C
RGB
CMYK
RGB Variations
Color information
#48403C (or 0x48403C) is known color: Paco. HEX triplet: 48, 40 and 3C. RGB value is (72,64,60). Sum of RGB (Red+Green+Blue) = 72+64+60=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #48403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48403C is #B7BFC3. Grayscale: #414141. Windows color (decimal): -12042180 or 3948616. OLE color: 3948616.
HSL color Cylindrical-coordinate representation of color #48403C: hue angle of 20º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #48403C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 60 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.72 |
| HSL | 20º | 0.09% | 0.26% | - |
| HSV(B) | 20º | 0.17% | 0.28% | - |
| XYZ | 5.32 | 5.37 | 5.03 | - |
| YUV | 65.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 60 | 0 | 0.11 | 0.17 | 0.72 | 20 | 0.09 | 0.26 |
| Hex | 48 | 40 | 3C | 0 | B | 11 | 48 | 14 | 9 | 1A |
| Octal | 110 | 100 | 74 | 0 | 13 | 21 | 110 | 24 | 11 | 32 |
| Binary | 1001000 | 1000000 | 111100 | 0 | 1011 | 10001 | 1001000 | 10100 | 1001 | 11010 |
Color Harmonies of #48403C
Complementary color
Monochromatic Colors of #48403C
Black with #48403C
Text Example
Text Example
White with #48403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48403C; }
p { color: rgb(72,64,60); }
H1.HeaderClassName
{
color: #48403C;
}
.AnyTagClassName
{
color: #48403C;
}
</style>
background-color css
<style>
a { background-color: #48403C; }
a { background-color: rgb(72,64,60); }
div.DivClassName
{
background-color: #48403C;
}
.BgClassName
{
background-color: #48403C;
}
</style>
border-color css
<style>
span { border-color: #48403C; }
span { border-color: rgb(72,64,60); }
td.TdClassName
{
border-color: #48403C;
}
.TagClassName
{
border-color: #48403C;
}
</style>