Shades of Panda #4F4B37
Tints of Panda #4F4B37
RGB
CMYK
RGB Variations
Color information
#4F4B37 (or 0x4F4B37) is known color: Panda. HEX triplet: 4F, 4B and 37. RGB value is (79,75,55). Sum of RGB (Red+Green+Blue) = 79+75+55=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4B37 is #B0B4C8. Grayscale: #4A4A4A. Windows color (decimal): -11580617 or 3623759. OLE color: 3623759.
HSL color Cylindrical-coordinate representation of color #4F4B37: hue angle of 50º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F4B37 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 75 | 55 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.69 |
| HSL | 50º | 0.18% | 0.26% | - |
| HSV(B) | 50º | 0.3% | 0.31% | - |
| XYZ | 6.43 | 6.97 | 4.62 | - |
| YUV | 73.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 75 | 55 | 0 | 0.05 | 0.30 | 0.69 | 50 | 0.18 | 0.26 |
| Hex | 4F | 4B | 37 | 0 | 5 | 1E | 45 | 32 | 12 | 1A |
| Octal | 117 | 113 | 67 | 0 | 5 | 36 | 105 | 62 | 22 | 32 |
| Binary | 1001111 | 1001011 | 110111 | 0 | 101 | 11110 | 1000101 | 110010 | 10010 | 11010 |
Color Harmonies of #4F4B37
Complementary color
Monochromatic Colors of #4F4B37
Black with #4F4B37
Text Example
Text Example
White with #4F4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4B37; }
p { color: rgb(79,75,55); }
H1.HeaderClassName
{
color: #4F4B37;
}
.AnyTagClassName
{
color: #4F4B37;
}
</style>
background-color css
<style>
a { background-color: #4F4B37; }
a { background-color: rgb(79,75,55); }
div.DivClassName
{
background-color: #4F4B37;
}
.BgClassName
{
background-color: #4F4B37;
}
</style>
border-color css
<style>
span { border-color: #4F4B37; }
span { border-color: rgb(79,75,55); }
td.TdClassName
{
border-color: #4F4B37;
}
.TagClassName
{
border-color: #4F4B37;
}
</style>