Shades of Panda #49473C
Tints of Panda #49473C
RGB
CMYK
RGB Variations
Color information
#49473C (or 0x49473C) is known color: Panda. HEX triplet: 49, 47 and 3C. RGB value is (73,71,60). Sum of RGB (Red+Green+Blue) = 73+71+60=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 73 - color contains mainly: red. Hex color #49473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49473C is #B6B8C3. Grayscale: #464646. Windows color (decimal): -11974852 or 3950409. OLE color: 3950409.
HSL color Cylindrical-coordinate representation of color #49473C: hue angle of 50.77º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #49473C is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 71 | 60 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.71 |
| HSL | 50.77º | 0.1% | 0.26% | - |
| HSV(B) | 50.77º | 0.18% | 0.29% | - |
| XYZ | 5.82 | 6.25 | 5.17 | - |
| YUV | 70.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 60 | 0 | 0.03 | 0.18 | 0.71 | 50.77 | 0.1 | 0.26 |
| Hex | 49 | 47 | 3C | 0 | 3 | 12 | 47 | 33 | A | 1A |
| Octal | 111 | 107 | 74 | 0 | 3 | 22 | 107 | 63 | 12 | 32 |
| Binary | 1001001 | 1000111 | 111100 | 0 | 11 | 10010 | 1000111 | 110011 | 1010 | 11010 |
Color Harmonies of #49473C
Complementary color
Monochromatic Colors of #49473C
Black with #49473C
Text Example
Text Example
White with #49473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49473C; }
p { color: rgb(73,71,60); }
H1.HeaderClassName
{
color: #49473C;
}
.AnyTagClassName
{
color: #49473C;
}
</style>
background-color css
<style>
a { background-color: #49473C; }
a { background-color: rgb(73,71,60); }
div.DivClassName
{
background-color: #49473C;
}
.BgClassName
{
background-color: #49473C;
}
</style>
border-color css
<style>
span { border-color: #49473C; }
span { border-color: rgb(73,71,60); }
td.TdClassName
{
border-color: #49473C;
}
.TagClassName
{
border-color: #49473C;
}
</style>