Html Css Color HEX #57503F Panda

📋 copy color: '#57503F'

red 87 ◦ green 80 ◦ blue 63

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

Shades of Panda #57503F

Tints of Panda #57503F

RGB

 RED value IS 87 (34.38% from 255) = 37.83%

 GREEN value IS 80 (31.64% from 255) = 34.78%

 BLUE value IS 63 (25% from 255) = 27.39%

R = 37.83%
G = 34.78%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57503F (or 0x57503F) is known color: Panda. HEX triplet: 57, 50 and 3F. RGB value is (87,80,63). Sum of RGB (Red+Green+Blue) = 87+80+63=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 87 - color contains mainly: red. Hex color #57503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57503F is #A8AFC0. Grayscale: #505050. Windows color (decimal): -11055041 or 4149335. OLE color: 4149335.

HSL color Cylindrical-coordinate representation of color #57503F: hue angle of 42.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57503F is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 63 -
CMYK 0 0.08 0.28 0.66
HSL 42.5º 0.16% 0.29% -
HSV(B) 42.5º 0.28% 0.34% -
XYZ 7.7 8.12 5.86 -
YUV 80.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 87 80 63 0 0.08 0.28 0.66 42.5 0.16 0.29
Hex 57 50 3F 0 8 1C 42 2A 10 1D
Octal 127 120 77 0 10 34 102 52 20 35
Binary 1010111 1010000 111111 0 1000 11100 1000010 101010 10000 11101

Color Harmonies of #57503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57503F

Black with #57503F

Text Example


Text Example

White with #57503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57503F; }

 p { color: rgb(87,80,63); }

 H1.HeaderClassName
 {
   color: #57503F;
 }
 .AnyTagClassName
 {
   color: #57503F;
 }
</style>

background-color css

<style>
 a { background-color: #57503F; }

 a { background-color: rgb(87,80,63); }

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

border-color css

<style>
 span { border-color: #57503F; }

 span { border-color: rgb(87,80,63); }

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