#534F3B

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

Shades of Panda #534F3B

Tints of Panda #534F3B

Color information

#534F3B (or 0x534F3B) is unknown color: approx Panda. HEX triplet: 53, 4F and 3B. RGB value is (83,79,59). Sum of RGB (Red+Green+Blue) = 83+79+59=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F3B is #ACB0C4. Grayscale: #4D4D4D. Windows color (decimal): -11317445 or 3886931. OLE color: 3886931.

HSL color Cylindrical-coordinate representation of color #534F3B: hue angle of 50º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #534F3B is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB837959-
CMYK00.050.290.67
HSL50º16.9%27.84%-
HSV(B)50º28.92%32.55%-
XYZ7.157.755.26-
YUV77.92117.33131.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=37.56%
G=35.75%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83795900.050.290.675016.927.84
Hex534F3B051D4332111c
Octal123117730535103622134
Binary1010011100111111101101011110110000111100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534F3B; }

 p { color: rgb(83,79,59); }

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

<style>
 a { background-color: #534F3B; }

 a { background-color: rgb(83,79,59); }

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

<style>
 span { border-color: #534F3B; }

 span { border-color: rgb(83,79,59); }

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