#534F3A

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

Shades of Panda #534F3A

Tints of Panda #534F3A

Color information

#534F3A (or 0x534F3A) is unknown color: approx Panda. HEX triplet: 53, 4F and 3A. RGB value is (83,79,58). Sum of RGB (Red+Green+Blue) = 83+79+58=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #534F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F3A is #ACB0C5. Grayscale: #4D4D4D. Windows color (decimal): -11317446 or 3821395. OLE color: 3821395.

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

Color convert

RGB837958-
CMYK00.050.300.67
HSL50.4º17.73%27.65%-
HSV(B)50.4º30.12%32.55%-
XYZ7.137.745.12-
YUV77.8116.83131.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=37.73%
G=35.91%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83795800.050.300.6750.417.7327.65
Hex534F3A051E4332121c
Octal123117720536103622234
Binary1010011100111111101001011111010000111100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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