#54523A

Color #54523A Panda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panda #54523A

Tints of Panda #54523A

Color information

#54523A (or 0x54523A) is unknown color: approx Panda. HEX triplet: 54, 52 and 3A. RGB value is (84,82,58). Sum of RGB (Red+Green+Blue) = 84+82+58=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #54523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54523A is #ABADC5. Grayscale: #4F4F4F. Windows color (decimal): -11251142 or 3822164. OLE color: 3822164.

HSL color Cylindrical-coordinate representation of color #54523A: 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 #54523A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB848258-
CMYK00.020.310.67
HSL55.38º18.31%27.84%-
HSV(B)55.38º30.95%32.94%-
XYZ7.448.225.2-
YUV79.86115.66130.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=37.5%
G=36.61%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84825800.020.310.6755.3818.3127.84
Hex54523A021F4337121c
Octal124122720237103672234
Binary101010010100101110100101111110000111101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54523A; }

 p { color: rgb(84,82,58); }

 H1.HeaderClassName
 {
   color: #54523A;
 }
 .AnyTagClassName
 {
   color: #54523A;
 }
</style>
background-color css

<style>
 a { background-color: #54523A; }

 a { background-color: rgb(84,82,58); }

 div.DivClassName
 {
   background-color: #54523A;
 }
 .BgClassName
 {
   background-color: #54523A;
 }
</style>
border-color css

<style>
 span { border-color: #54523A; }

 span { border-color: rgb(84,82,58); }

 td.TdClassName
 {
   border-color: #54523A;
 }
 .TagClassName
 {
   border-color: #54523A;
 }
</style>