Html Css Color HEX #504D39 Panda

📋 copy color: '#504D39'

red 80 ◦ green 77 ◦ blue 57

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

Shades of Panda #504D39

Tints of Panda #504D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.64%

R = 37.38%
G = 35.98%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#504D39 (or 0x504D39) is known color: Panda. HEX triplet: 50, 4D and 39. RGB value is (80,77,57). Sum of RGB (Red+Green+Blue) = 80+77+57=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #504D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D39 is #AFB2C6. Grayscale: #4B4B4B. Windows color (decimal): -11514567 or 3755344. OLE color: 3755344.

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

Color convert

RGB 80 77 57 -
CMYK 0 0.04 0.29 0.69
HSL 52.17º 0.17% 0.27% -
HSV(B) 52.17º 0.29% 0.31% -
XYZ 6.7 7.31 4.93 -
YUV 75.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 80 77 57 0 0.04 0.29 0.69 52.17 0.17 0.27
Hex 50 4D 39 0 4 1D 45 34 11 1B
Octal 120 115 71 0 4 35 105 64 21 33
Binary 1010000 1001101 111001 0 100 11101 1000101 110100 10001 11011

Color Harmonies of #504D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D39

Black with #504D39

Text Example


Text Example

White with #504D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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