Shades of Paco #4B3C33
Tints of Paco #4B3C33
RGB
CMYK
RGB Variations
Color information
#4B3C33 (or 0x4B3C33) is known color: Paco. HEX triplet: 4B, 3C and 33. RGB value is (75,60,51). Sum of RGB (Red+Green+Blue) = 75+60+51=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C33 is #B4C3CC. Grayscale: #3F3F3F. Windows color (decimal): -11846605 or 3357771. OLE color: 3357771.
HSL color Cylindrical-coordinate representation of color #4B3C33: hue angle of 22.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B3C33 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 60 | 51 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.71 |
| HSL | 22.5º | 0.19% | 0.25% | - |
| HSV(B) | 22.5º | 0.32% | 0.29% | - |
| XYZ | 5.12 | 4.97 | 3.82 | - |
| YUV | 63.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 51 | 0 | 0.20 | 0.32 | 0.71 | 22.5 | 0.19 | 0.25 |
| Hex | 4B | 3C | 33 | 0 | 14 | 20 | 47 | 16 | 13 | 19 |
| Octal | 113 | 74 | 63 | 0 | 24 | 40 | 107 | 26 | 23 | 31 |
| Binary | 1001011 | 111100 | 110011 | 0 | 10100 | 100000 | 1000111 | 10110 | 10011 | 11001 |
Color Harmonies of #4B3C33
Complementary color
Monochromatic Colors of #4B3C33
Black with #4B3C33
Text Example
Text Example
White with #4B3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C33; }
p { color: rgb(75,60,51); }
H1.HeaderClassName
{
color: #4B3C33;
}
.AnyTagClassName
{
color: #4B3C33;
}
</style>
background-color css
<style>
a { background-color: #4B3C33; }
a { background-color: rgb(75,60,51); }
div.DivClassName
{
background-color: #4B3C33;
}
.BgClassName
{
background-color: #4B3C33;
}
</style>
border-color css
<style>
span { border-color: #4B3C33; }
span { border-color: rgb(75,60,51); }
td.TdClassName
{
border-color: #4B3C33;
}
.TagClassName
{
border-color: #4B3C33;
}
</style>