Shades of Paco #4C433F
Tints of Paco #4C433F
RGB
CMYK
RGB Variations
Color information
#4C433F (or 0x4C433F) is known color: Paco. HEX triplet: 4C, 43 and 3F. RGB value is (76,67,63). Sum of RGB (Red+Green+Blue) = 76+67+63=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 76 - color contains mainly: red. Hex color #4C433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C433F is #B3BCC0. Grayscale: #454545. Windows color (decimal): -11779265 or 4145996. OLE color: 4145996.
HSL color Cylindrical-coordinate representation of color #4C433F: hue angle of 18.46º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C433F is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 67 | 63 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.70 |
| HSL | 18.46º | 0.09% | 0.27% | - |
| HSV(B) | 18.46º | 0.17% | 0.3% | - |
| XYZ | 5.88 | 5.91 | 5.53 | - |
| YUV | 69.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 63 | 0 | 0.12 | 0.17 | 0.70 | 18.46 | 0.09 | 0.27 |
| Hex | 4C | 43 | 3F | 0 | C | 11 | 46 | 12 | 9 | 1B |
| Octal | 114 | 103 | 77 | 0 | 14 | 21 | 106 | 22 | 11 | 33 |
| Binary | 1001100 | 1000011 | 111111 | 0 | 1100 | 10001 | 1000110 | 10010 | 1001 | 11011 |
Color Harmonies of #4C433F
Complementary color
Monochromatic Colors of #4C433F
Black with #4C433F
Text Example
Text Example
White with #4C433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C433F; }
p { color: rgb(76,67,63); }
H1.HeaderClassName
{
color: #4C433F;
}
.AnyTagClassName
{
color: #4C433F;
}
</style>
background-color css
<style>
a { background-color: #4C433F; }
a { background-color: rgb(76,67,63); }
div.DivClassName
{
background-color: #4C433F;
}
.BgClassName
{
background-color: #4C433F;
}
</style>
border-color css
<style>
span { border-color: #4C433F; }
span { border-color: rgb(76,67,63); }
td.TdClassName
{
border-color: #4C433F;
}
.TagClassName
{
border-color: #4C433F;
}
</style>