Html Css Color HEX #524C37 Panda

📋 copy color: '#524C37'

red 82 ◦ green 76 ◦ blue 55

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

Shades of Panda #524C37

Tints of Panda #524C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

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

R = 38.5%
G = 35.68%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#524C37 (or 0x524C37) is known color: Panda. HEX triplet: 52, 4C and 37. RGB value is (82,76,55). Sum of RGB (Red+Green+Blue) = 82+76+55=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #524C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C37 is #ADB3C8. Grayscale: #4B4B4B. Windows color (decimal): -11383753 or 3624018. OLE color: 3624018.

HSL color Cylindrical-coordinate representation of color #524C37: hue angle of 46.67º 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 #524C37 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 76 55 -
CMYK 0 0.07 0.33 0.68
HSL 46.67º 0.2% 0.27% -
HSV(B) 46.67º 0.33% 0.32% -
XYZ 6.75 7.24 4.66 -
YUV 75.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 82 76 55 0 0.07 0.33 0.68 46.67 0.2 0.27
Hex 52 4C 37 0 7 21 44 2F 14 1B
Octal 122 114 67 0 7 41 104 57 24 33
Binary 1010010 1001100 110111 0 111 100001 1000100 101111 10100 11011

Color Harmonies of #524C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C37

Black with #524C37

Text Example


Text Example

White with #524C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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