#534F38

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

Shades of Panda #534F38

Tints of Panda #534F38

Color information

#534F38 (or 0x534F38) is unknown color: approx Panda. HEX triplet: 53, 4F and 38. RGB value is (83,79,56). Sum of RGB (Red+Green+Blue) = 83+79+56=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F38 is #ACB0C7. Grayscale: #4D4D4D. Windows color (decimal): -11317448 or 3690323. OLE color: 3690323.

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

Color convert

RGB837956-
CMYK00.050.330.67
HSL51.11º19.42%27.25%-
HSV(B)51.11º32.53%32.55%-
XYZ7.087.724.86-
YUV77.57115.83131.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=38.07%
G=36.24%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83795600.050.330.6751.1119.4227.25
Hex534F3805214333131b
Octal123117700541103632333
Binary10100111001111111000010110000110000111100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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