Shades of Panda #55533B
Tints of Panda #55533B
RGB
CMYK
RGB Variations
Color information
#55533B (or 0x55533B) is known color: Panda. HEX triplet: 55, 53 and 3B. RGB value is (85,83,59). Sum of RGB (Red+Green+Blue) = 85+83+59=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #55533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55533B is #AAACC4. Grayscale: #505050. Windows color (decimal): -11185349 or 3887957. OLE color: 3887957.
HSL color Cylindrical-coordinate representation of color #55533B: hue angle of 55.38º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55533B is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 59 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.67 |
| HSL | 55.38º | 0.18% | 0.28% | - |
| HSV(B) | 55.38º | 0.31% | 0.33% | - |
| XYZ | 7.63 | 8.43 | 5.36 | - |
| YUV | 80.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 59 | 0 | 0.02 | 0.31 | 0.67 | 55.38 | 0.18 | 0.28 |
| Hex | 55 | 53 | 3B | 0 | 2 | 1F | 43 | 37 | 12 | 1C |
| Octal | 125 | 123 | 73 | 0 | 2 | 37 | 103 | 67 | 22 | 34 |
| Binary | 1010101 | 1010011 | 111011 | 0 | 10 | 11111 | 1000011 | 110111 | 10010 | 11100 |
Color Harmonies of #55533B
Complementary color
Monochromatic Colors of #55533B
Black with #55533B
Text Example
Text Example
White with #55533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55533B; }
p { color: rgb(85,83,59); }
H1.HeaderClassName
{
color: #55533B;
}
.AnyTagClassName
{
color: #55533B;
}
</style>
background-color css
<style>
a { background-color: #55533B; }
a { background-color: rgb(85,83,59); }
div.DivClassName
{
background-color: #55533B;
}
.BgClassName
{
background-color: #55533B;
}
</style>
border-color css
<style>
span { border-color: #55533B; }
span { border-color: rgb(85,83,59); }
td.TdClassName
{
border-color: #55533B;
}
.TagClassName
{
border-color: #55533B;
}
</style>