Html Css Color HEX #505949 Cabbage Pont

📋 copy color: '#505949'

red 80 ◦ green 89 ◦ blue 73

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

Shades of Cabbage Pont #505949

Tints of Cabbage Pont #505949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 73 (28.91% from 255) = 30.17%

R = 33.06%
G = 36.78%
B = 30.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#505949 (or 0x505949) is known color: Cabbage Pont. HEX triplet: 50, 59 and 49. RGB value is (80,89,73). Sum of RGB (Red+Green+Blue) = 80+89+73=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #505949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505949 is #AFA6B6. Grayscale: #545454. Windows color (decimal): -11511479 or 4806992. OLE color: 4806992.

HSL color Cylindrical-coordinate representation of color #505949: hue angle of 93.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #505949 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 73 -
CMYK 0.10 0 0.18 0.65
HSL 93.75º 0.1% 0.32% -
HSV(B) 93.75º 0.18% 0.35% -
XYZ 8.08 9.33 7.68 -
YUV 84.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 80 89 73 0.10 0 0.18 0.65 93.75 0.1 0.32
Hex 50 59 49 A 0 12 41 5E A 20
Octal 120 131 111 12 0 22 101 136 12 40
Binary 1010000 1011001 1001001 1010 0 10010 1000001 1011110 1010 100000

Color Harmonies of #505949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505949

Black with #505949

Text Example


Text Example

White with #505949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505949; }

 p { color: rgb(80,89,73); }

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

background-color css

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

 a { background-color: rgb(80,89,73); }

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

border-color css

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

 span { border-color: rgb(80,89,73); }

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