Html Css Color HEX #504C3A Panda

📋 copy color: '#504C3A'

red 80 ◦ green 76 ◦ blue 58

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

Shades of Panda #504C3A

Tints of Panda #504C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.1%

R = 37.38%
G = 35.51%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#504C3A (or 0x504C3A) is known color: Panda. HEX triplet: 50, 4C and 3A. RGB value is (80,76,58). Sum of RGB (Red+Green+Blue) = 80+76+58=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 80 - color contains mainly: red. Hex color #504C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C3A is #AFB3C5. Grayscale: #4B4B4B. Windows color (decimal): -11514822 or 3820624. OLE color: 3820624.

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

Color convert

RGB 80 76 58 -
CMYK 0 0.05 0.28 0.69
HSL 49.09º 0.16% 0.27% -
HSV(B) 49.09º 0.28% 0.31% -
XYZ 6.66 7.18 5.04 -
YUV 75.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 80 76 58 0 0.05 0.28 0.69 49.09 0.16 0.27
Hex 50 4C 3A 0 5 1C 45 31 10 1B
Octal 120 114 72 0 5 34 105 61 20 33
Binary 1010000 1001100 111010 0 101 11100 1000101 110001 10000 11011

Color Harmonies of #504C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C3A

Black with #504C3A

Text Example


Text Example

White with #504C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,76,58); }

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

background-color css

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

 a { background-color: rgb(80,76,58); }

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

border-color css

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

 span { border-color: rgb(80,76,58); }

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