Html Css Color HEX #504D3D Panda

📋 copy color: '#504D3D'

red 80 ◦ green 77 ◦ blue 61

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

Shades of Panda #504D3D

Tints of Panda #504D3D

RGB

 RED value IS 80 (31.64% from 255) = 36.7%

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

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

R = 36.7%
G = 35.32%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#504D3D (or 0x504D3D) is known color: Panda. HEX triplet: 50, 4D and 3D. RGB value is (80,77,61). Sum of RGB (Red+Green+Blue) = 80+77+61=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 80 - color contains mainly: red. Hex color #504D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D3D is #AFB2C2. Grayscale: #4C4C4C. Windows color (decimal): -11514563 or 4017488. OLE color: 4017488.

HSL color Cylindrical-coordinate representation of color #504D3D: hue angle of 50.53º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #504D3D is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 77 61 -
CMYK 0 0.04 0.24 0.69
HSL 50.53º 0.13% 0.28% -
HSV(B) 50.53º 0.24% 0.31% -
XYZ 6.8 7.35 5.47 -
YUV 76.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 80 77 61 0 0.04 0.24 0.69 50.53 0.13 0.28
Hex 50 4D 3D 0 4 18 45 33 D 1C
Octal 120 115 75 0 4 30 105 63 15 34
Binary 1010000 1001101 111101 0 100 11000 1000101 110011 1101 11100

Color Harmonies of #504D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D3D

Black with #504D3D

Text Example


Text Example

White with #504D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504D3D; }

 p { color: rgb(80,77,61); }

 H1.HeaderClassName
 {
   color: #504D3D;
 }
 .AnyTagClassName
 {
   color: #504D3D;
 }
</style>

background-color css

<style>
 a { background-color: #504D3D; }

 a { background-color: rgb(80,77,61); }

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

border-color css

<style>
 span { border-color: #504D3D; }

 span { border-color: rgb(80,77,61); }

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