Shades of Panda #4F4A36
Tints of Panda #4F4A36
RGB
CMYK
RGB Variations
Color information
#4F4A36 (or 0x4F4A36) is known color: Panda. HEX triplet: 4F, 4A and 36. RGB value is (79,74,54). Sum of RGB (Red+Green+Blue) = 79+74+54=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A36 is #B0B5C9. Grayscale: #494949. Windows color (decimal): -11580874 or 3557967. OLE color: 3557967.
HSL color Cylindrical-coordinate representation of color #4F4A36: hue angle of 48º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F4A36 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 74 | 54 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.69 |
| HSL | 48º | 0.19% | 0.26% | - |
| HSV(B) | 48º | 0.32% | 0.31% | - |
| XYZ | 6.34 | 6.83 | 4.47 | - |
| YUV | 73.22 | 117.16 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 54 | 0 | 0.06 | 0.32 | 0.69 | 48 | 0.19 | 0.26 |
| Hex | 4F | 4A | 36 | 0 | 6 | 20 | 45 | 30 | 13 | 1A |
| Octal | 117 | 112 | 66 | 0 | 6 | 40 | 105 | 60 | 23 | 32 |
| Binary | 1001111 | 1001010 | 110110 | 0 | 110 | 100000 | 1000101 | 110000 | 10011 | 11010 |
Color Harmonies of #4F4A36
Complementary color
Monochromatic Colors of #4F4A36
Black with #4F4A36
Text Example
Text Example
White with #4F4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A36; }
p { color: rgb(79,74,54); }
H1.HeaderClassName
{
color: #4F4A36;
}
.AnyTagClassName
{
color: #4F4A36;
}
</style>
background-color css
<style>
a { background-color: #4F4A36; }
a { background-color: rgb(79,74,54); }
div.DivClassName
{
background-color: #4F4A36;
}
.BgClassName
{
background-color: #4F4A36;
}
</style>
border-color css
<style>
span { border-color: #4F4A36; }
span { border-color: rgb(79,74,54); }
td.TdClassName
{
border-color: #4F4A36;
}
.TagClassName
{
border-color: #4F4A36;
}
</style>