#534F42

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

Shades of Panda #534F42

Tints of Panda #534F42

Color information

#534F42 (or 0x534F42) is unknown color: approx 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

RGB837966-
CMYK00.050.200.67
HSL45.88º11.41%29.22%-
HSV(B)45.88º20.48%32.55%-
XYZ7.357.826.28-
YUV78.71120.83131.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=36.40%
G=34.65%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83796600.050.200.6745.8811.4129.22
Hex534F420514432eb1d
Octal1231171020524103561335
Binary1010011100111110000100101101001000011101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>