Html Css Color HEX #524D40 Panda

📋 copy color: '#524D40'

red 82 ◦ green 77 ◦ blue 64

#524D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Panda #524D40

Tints of Panda #524D40

RGB

 RED value IS 82 (32.42% from 255) = 36.77%

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 64 (25.39% from 255) = 28.7%

R = 36.77%
G = 34.53%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#524D40 (or 0x524D40) is known color: Panda. HEX triplet: 52, 4D and 40. RGB value is (82,77,64). Sum of RGB (Red+Green+Blue) = 82+77+64=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 82 - color contains mainly: red. Hex color #524D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D40 is #ADB2BF. Grayscale: #4D4D4D. Windows color (decimal): -11383488 or 4214098. OLE color: 4214098.

HSL color Cylindrical-coordinate representation of color #524D40: hue angle of 43.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524D40 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 64 -
CMYK 0 0.06 0.22 0.68
HSL 43.33º 0.12% 0.29% -
HSV(B) 43.33º 0.22% 0.32% -
XYZ 7.06 7.47 5.92 -
YUV 77.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 82 77 64 0 0.06 0.22 0.68 43.33 0.12 0.29
Hex 52 4D 40 0 6 16 44 2B C 1D
Octal 122 115 100 0 6 26 104 53 14 35
Binary 1010010 1001101 1000000 0 110 10110 1000100 101011 1100 11101

Color Harmonies of #524D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D40

Black with #524D40

Text Example


Text Example

White with #524D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D40; }

 p { color: rgb(82,77,64); }

 H1.HeaderClassName
 {
   color: #524D40;
 }
 .AnyTagClassName
 {
   color: #524D40;
 }
</style>

background-color css

<style>
 a { background-color: #524D40; }

 a { background-color: rgb(82,77,64); }

 div.DivClassName
 {
   background-color: #524D40;
 }
 .BgClassName
 {
   background-color: #524D40;
 }
</style>

border-color css

<style>
 span { border-color: #524D40; }

 span { border-color: rgb(82,77,64); }

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