Html Css Color HEX #524C3D Panda

📋 copy color: '#524C3D'

red 82 ◦ green 76 ◦ blue 61

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

Shades of Panda #524C3D

Tints of Panda #524C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.85%

R = 37.44%
G = 34.7%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#524C3D (or 0x524C3D) is known color: Panda. HEX triplet: 52, 4C and 3D. RGB value is (82,76,61). Sum of RGB (Red+Green+Blue) = 82+76+61=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 82 - color contains mainly: red. Hex color #524C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C3D is #ADB3C2. Grayscale: #4C4C4C. Windows color (decimal): -11383747 or 4017234. OLE color: 4017234.

HSL color Cylindrical-coordinate representation of color #524C3D: hue angle of 42.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #524C3D is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 76 61 -
CMYK 0 0.07 0.26 0.68
HSL 42.86º 0.15% 0.28% -
HSV(B) 42.86º 0.26% 0.32% -
XYZ 6.91 7.3 5.46 -
YUV 76.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 82 76 61 0 0.07 0.26 0.68 42.86 0.15 0.28
Hex 52 4C 3D 0 7 1A 44 2B F 1C
Octal 122 114 75 0 7 32 104 53 17 34
Binary 1010010 1001100 111101 0 111 11010 1000100 101011 1111 11100

Color Harmonies of #524C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C3D

Black with #524C3D

Text Example


Text Example

White with #524C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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