Html Css Color HEX #50613E Cabbage Pont

📋 copy color: '#50613E'

red 80 ◦ green 97 ◦ blue 62

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

Shades of Cabbage Pont #50613E

Tints of Cabbage Pont #50613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 33.47%
G = 40.59%
B = 25.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#50613E (or 0x50613E) is known color: Cabbage Pont. HEX triplet: 50, 61 and 3E. RGB value is (80,97,62). Sum of RGB (Red+Green+Blue) = 80+97+62=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #50613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50613E is #AF9EC1. Grayscale: #585858. Windows color (decimal): -11509442 or 4088144. OLE color: 4088144.

HSL color Cylindrical-coordinate representation of color #50613E: hue angle of 89.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50613E is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 62 -
CMYK 0.18 0 0.36 0.62
HSL 89.14º 0.22% 0.31% -
HSV(B) 89.14º 0.36% 0.38% -
XYZ 8.45 10.6 6.16 -
YUV 87.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 80 97 62 0.18 0 0.36 0.62 89.14 0.22 0.31
Hex 50 61 3E 12 0 24 3E 59 16 1F
Octal 120 141 76 22 0 44 76 131 26 37
Binary 1010000 1100001 111110 10010 0 100100 111110 1011001 10110 11111

Color Harmonies of #50613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50613E

Black with #50613E

Text Example


Text Example

White with #50613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50613E; }

 p { color: rgb(80,97,62); }

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

background-color css

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

 a { background-color: rgb(80,97,62); }

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

border-color css

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

 span { border-color: rgb(80,97,62); }

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