Shades of Panda #48453C
Tints of Panda #48453C
RGB
CMYK
RGB Variations
Color information
#48453C (or 0x48453C) is known color: Panda. HEX triplet: 48, 45 and 3C. RGB value is (72,69,60). Sum of RGB (Red+Green+Blue) = 72+69+60=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #48453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48453C is #B7BAC3. Grayscale: #444444. Windows color (decimal): -12040900 or 3949896. OLE color: 3949896.
HSL color Cylindrical-coordinate representation of color #48453C: hue angle of 45º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #48453C is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 60 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.72 |
| HSL | 45º | 0.09% | 0.26% | - |
| HSV(B) | 45º | 0.17% | 0.28% | - |
| XYZ | 5.62 | 5.96 | 5.13 | - |
| YUV | 68.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 60 | 0 | 0.04 | 0.17 | 0.72 | 45 | 0.09 | 0.26 |
| Hex | 48 | 45 | 3C | 0 | 4 | 11 | 48 | 2D | 9 | 1A |
| Octal | 110 | 105 | 74 | 0 | 4 | 21 | 110 | 55 | 11 | 32 |
| Binary | 1001000 | 1000101 | 111100 | 0 | 100 | 10001 | 1001000 | 101101 | 1001 | 11010 |
Color Harmonies of #48453C
Complementary color
Monochromatic Colors of #48453C
Black with #48453C
Text Example
Text Example
White with #48453C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48453C; }
p { color: rgb(72,69,60); }
H1.HeaderClassName
{
color: #48453C;
}
.AnyTagClassName
{
color: #48453C;
}
</style>
background-color css
<style>
a { background-color: #48453C; }
a { background-color: rgb(72,69,60); }
div.DivClassName
{
background-color: #48453C;
}
.BgClassName
{
background-color: #48453C;
}
</style>
border-color css
<style>
span { border-color: #48453C; }
span { border-color: rgb(72,69,60); }
td.TdClassName
{
border-color: #48453C;
}
.TagClassName
{
border-color: #48453C;
}
</style>