Shades of Panda #534F42
Tints of Panda #534F42
RGB
CMYK
RGB Variations
Color information
#534F42 (or 0x534F42) is known color: Panda. HEX triplet: 53, 4F and 42. RGB value is (83,79,66). Sum of RGB (Red+Green+Blue) = 83+79+66=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F42 is #ACB0BD. Grayscale: #4E4E4E. Windows color (decimal): -11317438 or 4345683. OLE color: 4345683.
HSL color Cylindrical-coordinate representation of color #534F42: hue angle of 45.88º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534F42 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 66 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.67 |
| HSL | 45.88º | 0.11% | 0.29% | - |
| HSV(B) | 45.88º | 0.2% | 0.33% | - |
| XYZ | 7.35 | 7.82 | 6.28 | - |
| YUV | 78.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 66 | 0 | 0.05 | 0.20 | 0.67 | 45.88 | 0.11 | 0.29 |
| Hex | 53 | 4F | 42 | 0 | 5 | 14 | 43 | 2E | B | 1D |
| Octal | 123 | 117 | 102 | 0 | 5 | 24 | 103 | 56 | 13 | 35 |
| Binary | 1010011 | 1001111 | 1000010 | 0 | 101 | 10100 | 1000011 | 101110 | 1011 | 11101 |
Color Harmonies of #534F42
Complementary color
Monochromatic Colors of #534F42
Black with #534F42
Text Example
Text Example
White with #534F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F42; }
p { color: rgb(83,79,66); }
H1.HeaderClassName
{
color: #534F42;
}
.AnyTagClassName
{
color: #534F42;
}
</style>
background-color css
<style>
a { background-color: #534F42; }
a { background-color: rgb(83,79,66); }
div.DivClassName
{
background-color: #534F42;
}
.BgClassName
{
background-color: #534F42;
}
</style>
border-color css
<style>
span { border-color: #534F42; }
span { border-color: rgb(83,79,66); }
td.TdClassName
{
border-color: #534F42;
}
.TagClassName
{
border-color: #534F42;
}
</style>