Shades of Panda #504A38
Tints of Panda #504A38
RGB
CMYK
RGB Variations
Color information
#504A38 (or 0x504A38) is known color: Panda. HEX triplet: 50, 4A and 38. RGB value is (80,74,56). Sum of RGB (Red+Green+Blue) = 80+74+56=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #504A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A38 is #AFB5C7. Grayscale: #494949. Windows color (decimal): -11515336 or 3689040. OLE color: 3689040.
HSL color Cylindrical-coordinate representation of color #504A38: hue angle of 45º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504A38 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 74 | 56 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.69 |
| HSL | 45º | 0.18% | 0.27% | - |
| HSV(B) | 45º | 0.3% | 0.31% | - |
| XYZ | 6.47 | 6.89 | 4.73 | - |
| YUV | 73.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 56 | 0 | 0.08 | 0.30 | 0.69 | 45 | 0.18 | 0.27 |
| Hex | 50 | 4A | 38 | 0 | 8 | 1E | 45 | 2D | 12 | 1B |
| Octal | 120 | 112 | 70 | 0 | 10 | 36 | 105 | 55 | 22 | 33 |
| Binary | 1010000 | 1001010 | 111000 | 0 | 1000 | 11110 | 1000101 | 101101 | 10010 | 11011 |
Color Harmonies of #504A38
Complementary color
Monochromatic Colors of #504A38
Black with #504A38
Text Example
Text Example
White with #504A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A38; }
p { color: rgb(80,74,56); }
H1.HeaderClassName
{
color: #504A38;
}
.AnyTagClassName
{
color: #504A38;
}
</style>
background-color css
<style>
a { background-color: #504A38; }
a { background-color: rgb(80,74,56); }
div.DivClassName
{
background-color: #504A38;
}
.BgClassName
{
background-color: #504A38;
}
</style>
border-color css
<style>
span { border-color: #504A38; }
span { border-color: rgb(80,74,56); }
td.TdClassName
{
border-color: #504A38;
}
.TagClassName
{
border-color: #504A38;
}
</style>