Html Css Color HEX #524D37 Panda

📋 copy color: '#524D37'

red 82 ◦ green 77 ◦ blue 55

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

Shades of Panda #524D37

Tints of Panda #524D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.7%

R = 38.32%
G = 35.98%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#524D37 (or 0x524D37) is known color: Panda. HEX triplet: 52, 4D and 37. RGB value is (82,77,55). Sum of RGB (Red+Green+Blue) = 82+77+55=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #524D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D37 is #ADB2C8. Grayscale: #4C4C4C. Windows color (decimal): -11383497 or 3624274. OLE color: 3624274.

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

Color convert

RGB 82 77 55 -
CMYK 0 0.06 0.33 0.68
HSL 48.89º 0.2% 0.27% -
HSV(B) 48.89º 0.33% 0.32% -
XYZ 6.82 7.38 4.68 -
YUV 75.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 82 77 55 0 0.06 0.33 0.68 48.89 0.2 0.27
Hex 52 4D 37 0 6 21 44 31 14 1B
Octal 122 115 67 0 6 41 104 61 24 33
Binary 1010010 1001101 110111 0 110 100001 1000100 110001 10100 11011

Color Harmonies of #524D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D37

Black with #524D37

Text Example


Text Example

White with #524D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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