Html Css Color HEX #505747 Cabbage Pont

📋 copy color: '#505747'

red 80 ◦ green 87 ◦ blue 71

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

Shades of Cabbage Pont #505747

Tints of Cabbage Pont #505747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.55%

 BLUE value IS 71 (28.13% from 255) = 29.83%

R = 33.61%
G = 36.55%
B = 29.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#505747 (or 0x505747) is known color: Cabbage Pont. HEX triplet: 50, 57 and 47. RGB value is (80,87,71). Sum of RGB (Red+Green+Blue) = 80+87+71=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 87 - color contains mainly: green. Hex color #505747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505747 is #AFA8B8. Grayscale: #535353. Windows color (decimal): -11511993 or 4675408. OLE color: 4675408.

HSL color Cylindrical-coordinate representation of color #505747: hue angle of 86.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505747 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 71 -
CMYK 0.08 0 0.18 0.66
HSL 86.25º 0.1% 0.31% -
HSV(B) 86.25º 0.18% 0.34% -
XYZ 7.85 8.98 7.28 -
YUV 83.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 80 87 71 0.08 0 0.18 0.66 86.25 0.1 0.31
Hex 50 57 47 8 0 12 42 56 A 1F
Octal 120 127 107 10 0 22 102 126 12 37
Binary 1010000 1010111 1000111 1000 0 10010 1000010 1010110 1010 11111

Color Harmonies of #505747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505747

Black with #505747

Text Example


Text Example

White with #505747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505747; }

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

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

background-color css

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

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

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

border-color css

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

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

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